Commit f9c3b7d8725c290d445861ebe724c53498d0a3f4
1 parent
fcf008f4
Exists in
master
and in
39 other branches
Add CI link to the navbar
Showing
2 changed files
with
5 additions
and
0 deletions
Show diff stats
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 | +msgid "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"> | ... | ... |