##// END OF EJS Templates
fixes rhodecode upgrade problem that caused setuptool to crash on importing sqlalchemy models
fixes rhodecode upgrade problem that caused setuptool to crash on importing sqlalchemy models

File last commit:

r1512:bf263968 merge default
r1541:70e646b2 beta
Show More
index.html
14 lines | 337 B | text/html | HtmlLexer
renamed project to rhodecode
r547 ## -*- coding: utf-8 -*-
<%inherit file="base/base.html"/>
<%def name="title()">
#38 updated RhodeCode titles
r619 ${_('Dashboard')} - ${c.rhodecode_name}
renamed project to rhodecode
r547 </%def>
<%def name="breadcrumbs()">
renamed hg_app to rhodecode
r548 ${c.rhodecode_name}
renamed project to rhodecode
r547 </%def>
<%def name="page_nav()">
${self.menu('home')}
</%def>
<%def name="main()">
fixes #209, repos groups and index page now share same common page.
r1403 <%include file="index_base.html" args="parent=self"/>
renamed project to rhodecode
r547 </%def>