##// END OF EJS Templates
freeze of models for future migrations using small schema files snapshoting current model state
freeze of models for future migrations using small schema files snapshoting current model state

File last commit:

r1624:64f44c2c beta
r1631:5cacb51f beta
Show More
index.html
8 lines | 325 B | text/html | HtmlLexer
renamed project to rhodecode
r547 ## -*- coding: utf-8 -*-
<%inherit file="base/base.html"/>
fixes small css issues with chrome
r1624 <%def name="title()">${_('Dashboard')} - ${c.rhodecode_name}</%def>
<%def name="breadcrumbs()">${c.rhodecode_name}</%def>
<%def name="page_nav()">${self.menu('home')}</%def>
renamed project to rhodecode
r547 <%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>