We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3be13d commit 974ae2eCopy full SHA for 974ae2e
1 file changed
src/templates/base.html
@@ -84,6 +84,7 @@
84
<li><a href="/gitlab/profile">{% trans "Profile" %}</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>
87
+ <li><a href="/gitlab/profile/groups">{% trans "Groups" %}</a></li>
88
<li><a href="/gitlab/dashboard/issues">{% trans "Issues" %}</a></li>
89
<li><a href="/gitlab/dashboard/merge_requests">{% trans "Merge Requests" %}</a></li>
90
{% endif %}
0 commit comments