Added link to github, some style changes

This commit is contained in:
Wedge 2016-03-24 22:44:30 +03:00
parent 98b5f55f11
commit 710d6096ba
4 changed files with 8 additions and 1 deletions

View File

@ -19,6 +19,11 @@
/ Collect the nav links, forms, and other content for toggling
#submenu-navbar-collapse.collapse.navbar-collapse
ul.nav.navbar-nav.left-border
- if github_success
li
a href=github_base_url target="_blank"
i.fa.fa-github>
= t('project_menu.github')
- if @project.is_package
li class=('active' if contr == :build_lists)
a href=project_build_lists_path(@project)

View File

@ -112,7 +112,7 @@ row[ ng-controller='BuildListController'
td= t('activerecord.attributes.build_list.hostname')
td= @build_list.hostname
tr ng-show = 'build_list.fail_reason'
tr.bg-danger ng-show = 'build_list.fail_reason'
td= t('activerecord.attributes.build_list.fail_reason')
td
| {{build_list.fail_reason}}

View File

@ -18,6 +18,7 @@ en:
tos: Terms Of Service
support: Support
project_menu:
github: To Github
project: Project
files: Files
commits: Commits

View File

@ -18,6 +18,7 @@ ru:
tos: Условия использования
support: Служба поддержки
project_menu:
github: На Github
project: Проект
files: Файлы
commits: Коммиты