##// END OF EJS Templates
feat(remap and rescan): added more relient remap and removal option, and also split the logic to either add or cleanup
feat(remap and rescan): added more relient remap and removal option, and also split the logic to either add or cleanup

File last commit:

r5037:bd722d6e default
r5619:c9e499e7 default
Show More
index.mako
14 lines | 294 B | application/x-mako | MakoHtmlLexer
templating: use .mako as extensions for template files.
r1282 <%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>