Returned product build list page
This commit is contained in:
parent
8cbe33ab0a
commit
6157338a46
|
@ -45,6 +45,8 @@ module ApplicationHelper
|
|||
'fa-cube'
|
||||
when :build_lists
|
||||
'fa-cogs'
|
||||
when :product_build_lists
|
||||
'fa-product-hunt'
|
||||
when :groups
|
||||
'fa-users'
|
||||
when :statistics
|
||||
|
|
|
@ -2,11 +2,14 @@
|
|||
- set_meta_tags og: { title: t('.title'), description: t('tour.meta_description') }
|
||||
- set_meta_tags twitter: { title: t('.title'), description: t('tour.meta_description') }
|
||||
|
||||
== render 'projects/build_lists/submenu'
|
||||
/ == render 'projects/build_lists/submenu'
|
||||
|
||||
.container
|
||||
.row.top-space
|
||||
.col-md-10.col-md-offset-1
|
||||
== render 'filter'
|
||||
.row
|
||||
rd-widget
|
||||
rd-widget-header title=t('.title')
|
||||
rd-widget-body class="no-padding"
|
||||
table.table.table-striped
|
||||
thead
|
||||
tr
|
||||
|
@ -14,8 +17,7 @@
|
|||
th= t("activerecord.attributes.product_build_list.status")
|
||||
th= t("activerecord.attributes.product_build_list.product")
|
||||
th= t("layout.product_build_lists.action")
|
||||
th= t("activerecord.attributes.product_build_list.notified_at")
|
||||
tbody
|
||||
== render partial: 'platforms/product_build_lists/product_build_list', collection: @product_build_lists
|
||||
|
||||
rd-widget-footer
|
||||
= will_paginate @product_build_lists
|
||||
|
|
|
@ -9,6 +9,7 @@ en:
|
|||
top_menu:
|
||||
projects: Projects
|
||||
build_lists: Build Lists
|
||||
product_build_lists: Product Build Lists
|
||||
platforms: Platforms
|
||||
groups: Groups
|
||||
statistics: Statistics
|
||||
|
|
|
@ -4,6 +4,9 @@ ru:
|
|||
repositories: Репозитории
|
||||
personal_repository: Мой репозиторий
|
||||
top_menu:
|
||||
projects: Проекты
|
||||
build_lists: Билды
|
||||
product_build_lists: ISO Билды
|
||||
platforms: Платформы
|
||||
groups: Группы
|
||||
statistics: Статистика
|
||||
|
|
Loading…
Reference in New Issue