From 974ae2e422f8887a36168ac16649121094d91129 Mon Sep 17 00:00:00 2001 From: Charles Oliveira <18oliveira.charles@gmail.com> Date: Wed, 1 Oct 2014 13:17:40 -0300 Subject: [PATCH] Added new Repository submenu: groups --- src/templates/base.html | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/templates/base.html b/src/templates/base.html index b5438f3..53eac7a 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -84,6 +84,7 @@
  • {% trans "Profile" %}
  • {% trans "New Project" %}
  • {% trans "Projects" %}
  • +
  • {% trans "Groups" %}
  • {% trans "Issues" %}
  • {% trans "Merge Requests" %}
  • {% endif %} -- libgit2 0.21.2