Added link to github, some style changes
This commit is contained in:
parent
98b5f55f11
commit
710d6096ba
|
@ -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)
|
||||
|
|
|
@ -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}}
|
||||
|
|
|
@ -18,6 +18,7 @@ en:
|
|||
tos: Terms Of Service
|
||||
support: Support
|
||||
project_menu:
|
||||
github: To Github
|
||||
project: Project
|
||||
files: Files
|
||||
commits: Commits
|
||||
|
|
|
@ -18,6 +18,7 @@ ru:
|
|||
tos: Условия использования
|
||||
support: Служба поддержки
|
||||
project_menu:
|
||||
github: На Github
|
||||
project: Проект
|
||||
files: Файлы
|
||||
commits: Коммиты
|
||||
|
|
Loading…
Reference in New Issue