Commit 33c972f09784cfa0ea1ed3b6742392c84f9d525c

Authored by Marco
1 parent fcf008f4

Add CI link to the navbar

src/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -988,6 +988,10 @@ msgstr "Ver Tiquetes"
988 988 msgid "Browse Source"
989 989 msgstr "Códigos Fontes"
990 990  
  991 +#: templates/base.html:84
  992 +msgit "Continuous Integration"
  993 +msgstr "Integração Contínua"
  994 +
991 995 #: templates/base.html:107
992 996 msgid "Login"
993 997 msgstr "Entrar"
... ...
src/templates/base.html
... ... @@ -81,6 +81,7 @@
81 81 {% endif %}
82 82 <li><a href="/roadmap">{% trans "Roadmap" %}</a></li>
83 83 <li><a href="/browser">{% trans "Browse Source" %}</a></li>
  84 + <li><a href="/ci">{% trans "Continuous Integration" %}</a></li>
84 85 </ul>
85 86 </li>
86 87 <li class="hidden-lg hidden-md">
... ...