##// END OF EJS Templates
pull-requests: loosen strict view of pull-requests that state is changing...
pull-requests: loosen strict view of pull-requests that state is changing - we now replace it with limited view which still allows deletion/editing of reviewers or title and description - added labels for state changing instead of grey out (it was used for closed PRs) - small UI fixes

File last commit:

r1282:90601d74 default
r4103:78e087c7 default
Show More
index.mako
15 lines | 319 B | application/x-mako | MakoHtmlLexer
## -*- coding: utf-8 -*-
<%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>