##// END OF EJS Templates
fix(svn): svn events fixes and change the way how we handle the events
fix(svn): svn events fixes and change the way how we handle the events

File last commit:

r5037:bd722d6e default
r5459:7f730862 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>