Skip to content

Commit 06eb1bf

Browse files
committed
Merge pull request #42 from colab-community/gitlab-fixes
Added new Repository submenu: groups
2 parents d3be13d + 974ae2e commit 06eb1bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/templates/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
<li><a href="/gitlab/profile">{% trans "Profile" %}</a></li>
8585
<li><a href="/gitlab/projects/new">{% trans "New Project" %}</a></li>
8686
<li><a href="/gitlab/dashboard/projects">{% trans "Projects" %}</a></li>
87+
<li><a href="/gitlab/profile/groups">{% trans "Groups" %}</a></li>
8788
<li><a href="/gitlab/dashboard/issues">{% trans "Issues" %}</a></li>
8889
<li><a href="/gitlab/dashboard/merge_requests">{% trans "Merge Requests" %}</a></li>
8990
{% endif %}

0 commit comments

Comments
 (0)