##// END OF EJS Templates
fix(submodules): fixed an error if reaching out submodule path....
fix(submodules): fixed an error if reaching out submodule path. - small UI fixes - cleanups of submodule code

File last commit:

r5037:bd722d6e default
r5261:550d6219 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>