Commit 974ae2e422f8887a36168ac16649121094d91129
1 parent
d3be13d3
Exists in
master
and in
39 other branches
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 | 84 | <li><a href="/gitlab/profile">{% trans "Profile" %}</a></li> |
85 | 85 | <li><a href="/gitlab/projects/new">{% trans "New Project" %}</a></li> |
86 | 86 | <li><a href="/gitlab/dashboard/projects">{% trans "Projects" %}</a></li> |
87 | + <li><a href="/gitlab/profile/groups">{% trans "Groups" %}</a></li> | |
87 | 88 | <li><a href="/gitlab/dashboard/issues">{% trans "Issues" %}</a></li> |
88 | 89 | <li><a href="/gitlab/dashboard/merge_requests">{% trans "Merge Requests" %}</a></li> |
89 | 90 | {% endif %} | ... | ... |