add "new!" caption to the new features

This commit is contained in:
Alexander Machehin 2015-05-12 15:35:30 +05:00
parent 8e7613b6a7
commit e5d3985ff7
4 changed files with 13 additions and 3 deletions

View File

@ -1,5 +1,7 @@
hr hr
h4=t('layout.relations.filters') h4
=> t('layout.relations.filters')
strong.text-danger= t 'new_feature'
.form-group .form-group
= text_field_tag :owner_uname, nil, = text_field_tag :owner_uname, nil,
class: 'form-control', class: 'form-control',

View File

@ -1,6 +1,8 @@
tab[ heading= t('activity_menu.own_activity') tab[ active= "actCtrl.own_activity_tab.active"
active= "actCtrl.own_activity_tab.active"
select = "actCtrl.getContent('own_activity')" ] select = "actCtrl.getContent('own_activity')" ]
tab-heading
=> t('activity_menu.own_activity')
strong.text-danger= t 'new_feature'
.row .row
.col-md-3.offset10== render 'sidebar' .col-md-3.offset10== render 'sidebar'
.col-md-9.offset10 .col-md-9.offset10

View File

@ -189,3 +189,5 @@ en:
until: Until until: Until
none: None none: None
close: Close close: Close
new_feature: '(new!)'

View File

@ -172,6 +172,8 @@ ru:
models: models:
product_build_list: Сборочный лист продукта product_build_list: Сборочный лист продукта
attributes:
arch: arch:
name: Название name: Название
created_at: Создана created_at: Создана
@ -187,3 +189,5 @@ ru:
until: по until: по
none: Нет none: Нет
close: Закрыть close: Закрыть
new_feature: '(новинка!)'