add "new!" caption to the new features
This commit is contained in:
parent
8e7613b6a7
commit
e5d3985ff7
|
@ -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',
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -189,3 +189,5 @@ en:
|
||||||
until: Until
|
until: Until
|
||||||
none: None
|
none: None
|
||||||
close: Close
|
close: Close
|
||||||
|
|
||||||
|
new_feature: '(new!)'
|
||||||
|
|
|
@ -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: '(новинка!)'
|
||||||
|
|
Loading…
Reference in New Issue