##// END OF EJS Templates
add: change label for adding a repo group inside another one
marcink -
r3688:6cb3efb6 new-ui
parent child Browse files
Show More
@@ -191,6 +191,7 b''
191 191
192 192 <%def name="repo_page_title(repo_instance)">
193 193 <div class="title-content repo-title">
194
194 195 <div class="title-main">
195 196 ## SVN/HG/GIT icons
196 197 %if h.is_hg(repo_instance):
@@ -411,7 +412,7 b''
411 412 <li><a href="${h.route_path('repo_new',_query=dict(parent_group=c.repo_group.group_id))}">${_('Add Repository')}</a></li>
412 413 %endif
413 414 %if c.is_super_admin or group_admin:
414 <li><a href="${h.route_path('repo_group_new',_query=dict(parent_group=c.repo_group.group_id))}">${_(u'Add Parent Group')}</a></li>
415 <li><a href="${h.route_path('repo_group_new',_query=dict(parent_group=c.repo_group.group_id))}">${_(u'Add Repository Group')}</a></li>
415 416 %endif
416 417 </ul>
417 418 </li>
General Comments 0
You need to be logged in to leave comments. Login now