Translations
This commit is contained in:
parent
59d1bca0dc
commit
6b1ade8931
|
@ -37,5 +37,5 @@
|
||||||
td
|
td
|
||||||
td.actions
|
td.actions
|
||||||
div.btn-group.btn-group-sm
|
div.btn-group.btn-group-sm
|
||||||
-# TODO translation
|
= link_to [:new, :management, @conference, :personal_profile, {user_id: user.id}] do
|
||||||
= link_to 'Създай профил', [:new, :management, @conference, :personal_profile, {user_id: user.id}]
|
=> t('actions.create.title', model: User.model_name.human)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
- content_for :title
|
- content_for :title
|
||||||
-# TODO translation
|
=> t 'actions.create.title', model: User.model_name.human
|
||||||
=> t 'actions.new.title', model: User.model_name.human
|
|
||||||
|
|
||||||
.row
|
.row
|
||||||
.col-lg-12
|
.col-lg-12
|
||||||
|
|
Loading…
Reference in New Issue