Files @ 334870b15a82
Branch filter:

Location: kallithea/kallithea/templates/index.html

domruf
less: remove navbar styles that cancel each other out
## -*- coding: utf-8 -*-
<%inherit file="base/base.html"/>

<%block name="title">
    ${_('Repositories')}
</%block>

<%block name="header_menu">
${self.menu('repositories')}
</%block>

<%def name="main()">
   <%include file="index_base.html" args="parent=self"/>
</%def>