Show More
@@ -191,6 +191,7 b'' | |||||
191 |
|
191 | |||
192 | <%def name="repo_page_title(repo_instance)"> |
|
192 | <%def name="repo_page_title(repo_instance)"> | |
193 | <div class="title-content repo-title"> |
|
193 | <div class="title-content repo-title"> | |
|
194 | ||||
194 | <div class="title-main"> |
|
195 | <div class="title-main"> | |
195 | ## SVN/HG/GIT icons |
|
196 | ## SVN/HG/GIT icons | |
196 | %if h.is_hg(repo_instance): |
|
197 | %if h.is_hg(repo_instance): | |
@@ -411,7 +412,7 b'' | |||||
411 | <li><a href="${h.route_path('repo_new',_query=dict(parent_group=c.repo_group.group_id))}">${_('Add Repository')}</a></li> |
|
412 | <li><a href="${h.route_path('repo_new',_query=dict(parent_group=c.repo_group.group_id))}">${_('Add Repository')}</a></li> | |
412 | %endif |
|
413 | %endif | |
413 | %if c.is_super_admin or group_admin: |
|
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 |
|
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 | %endif |
|
416 | %endif | |
416 | </ul> |
|
417 | </ul> | |
417 | </li> |
|
418 | </li> |
General Comments 0
You need to be logged in to leave comments.
Login now