##// END OF EJS Templates
update changelog...
update changelog (transplanted from fc64cd9bb85636f614215addae45b88dab12cd98)

File last commit:

r3700:3563bb7b merge default
r4114:f177aaf1 rhodecode-2.2.5-gpl
Show More
index.html
17 lines | 324 B | text/html | HtmlLexer
## -*- coding: utf-8 -*-
<%inherit file="base/base.html"/>
<%def name="title()">
${_('Dashboard')} &middot; ${c.rhodecode_name}
</%def>
<%def name="breadcrumbs()">
</%def>
<%def name="page_nav()">
${self.menu('repositories')}
</%def>
<%def name="main()">
<%include file="index_base.html" args="parent=self"/>
</%def>