Commit 06eb1bf96ecc24412f09a78b962905baf121256d
Exists in
master
and in
39 other branches
Merge pull request #42 from colab-community/gitlab-fixes
Added new Repository submenu: groups
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/templates/base.html
@@ -84,6 +84,7 @@ | @@ -84,6 +84,7 @@ | ||
84 | <li><a href="/gitlab/profile">{% trans "Profile" %}</a></li> | 84 | <li><a href="/gitlab/profile">{% trans "Profile" %}</a></li> |
85 | <li><a href="/gitlab/projects/new">{% trans "New Project" %}</a></li> | 85 | <li><a href="/gitlab/projects/new">{% trans "New Project" %}</a></li> |
86 | <li><a href="/gitlab/dashboard/projects">{% trans "Projects" %}</a></li> | 86 | <li><a href="/gitlab/dashboard/projects">{% trans "Projects" %}</a></li> |
87 | + <li><a href="/gitlab/profile/groups">{% trans "Groups" %}</a></li> | ||
87 | <li><a href="/gitlab/dashboard/issues">{% trans "Issues" %}</a></li> | 88 | <li><a href="/gitlab/dashboard/issues">{% trans "Issues" %}</a></li> |
88 | <li><a href="/gitlab/dashboard/merge_requests">{% trans "Merge Requests" %}</a></li> | 89 | <li><a href="/gitlab/dashboard/merge_requests">{% trans "Merge Requests" %}</a></li> |
89 | {% endif %} | 90 | {% endif %} |