ui: removed duplicate name for repository group show page

This commit is contained in:
Marcin Kuzminski 2019-03-25 21:54:09 +01:00
parent e9971016ae
commit bc6d4c2484

View file

@ -12,16 +12,6 @@
<div class="box">
<!-- box / title -->
<div class="title">
% if c.repo_group:
${self.repo_group_page_title(c.repo_group)}
## context actions
<div>
<ul class="links icon-only-links block-right">
<li></li>
</ul>
</div>
% endif
%if c.rhodecode_user.username != h.DEFAULT_USER:
<div class="block-right">
<%