##// END OF EJS Templates
caches: new updated rc_cache with archive cache module and python3 changes
caches: new updated rc_cache with archive cache module and python3 changes

File last commit:

r5037:bd722d6e default
r5067:bf4fcdb7 default
Show More
index.mako
14 lines | 294 B | application/x-mako | MakoHtmlLexer
<%inherit file="index_base.mako"/>
<%def name="title()">
${_('Dashboard')}
%if c.rhodecode_name:
&middot; ${h.branding(c.rhodecode_name)}
%endif
</%def>
<%def name="breadcrumbs()"></%def>
<%def name="menu_bar_nav()">
${self.menu_items(active='repositories')}
</%def>