Commit f9c3b7d8725c290d445861ebe724c53498d0a3f4

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