##// END OF EJS Templates
swap repo-size with settings in summary. It somehow...
swap repo-size with settings in summary. It somehow feels more natural to be on bottom, it's just easier to click

File last commit:

r3603:eacd33e0 beta
r3664:b1097622 beta
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>