##// END OF EJS Templates
ui: removed duplicate name for repository group show page
marcink -
r3572:990402fd new-ui
parent child Browse files
Show More
@@ -12,16 +12,6 b''
12 <div class="box">
12 <div class="box">
13 <!-- box / title -->
13 <!-- box / title -->
14 <div class="title">
14 <div class="title">
15 % if c.repo_group:
16 ${self.repo_group_page_title(c.repo_group)}
17 ## context actions
18 <div>
19 <ul class="links icon-only-links block-right">
20 <li></li>
21 </ul>
22 </div>
23 % endif
24
25 %if c.rhodecode_user.username != h.DEFAULT_USER:
15 %if c.rhodecode_user.username != h.DEFAULT_USER:
26 <div class="block-right">
16 <div class="block-right">
27 <%
17 <%
General Comments 0
You need to be logged in to leave comments. Login now