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