We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3be13d + 974ae2e commit 06eb1bfCopy full SHA for 06eb1bf
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