Add a shortcut for cloning profiles
This commit is contained in:
parent
e762acebfb
commit
74e778860a
|
@ -50,6 +50,9 @@
|
||||||
- if profile.present?
|
- if profile.present?
|
||||||
= action_buttons(@conference, profile, [:show, :edit, :destroy])
|
= action_buttons(@conference, profile, [:show, :edit, :destroy])
|
||||||
- else
|
- else
|
||||||
|
- if user.personal_profiles.any?
|
||||||
|
= link_to [:management, @conference, :personal_profiles, {personal_profile: {user_id: user.id}}], class: ['btn', 'btn-primary'], title: t('actions.clone.title', model: PersonalProfile.model_name.human), method: :post do
|
||||||
|
=> icon('clone')
|
||||||
= link_to [:new, :management, @conference, :personal_profile, {user_id: user.id}], class: ['btn', 'btn-primary'], title: t('actions.create.title', model: PersonalProfile.model_name.human) do
|
= link_to [:new, :management, @conference, :personal_profile, {user_id: user.id}], class: ['btn', 'btn-primary'], title: t('actions.create.title', model: PersonalProfile.model_name.human) do
|
||||||
=> icon('user-plus')
|
=> icon('user-plus')
|
||||||
.panel-footer.text-right
|
.panel-footer.text-right
|
||||||
|
|
|
@ -39,6 +39,9 @@ bg:
|
||||||
update: "Обнови кандидатурата"
|
update: "Обнови кандидатурата"
|
||||||
actions:
|
actions:
|
||||||
are_you_sure: "Сигурен ли си?"
|
are_you_sure: "Сигурен ли си?"
|
||||||
|
clone:
|
||||||
|
button: "Клонирай %{model}"
|
||||||
|
title: "Клониране на съществуващ %{model}"
|
||||||
create:
|
create:
|
||||||
button: "Създай %{model}"
|
button: "Създай %{model}"
|
||||||
title: "Създаване на %{model}"
|
title: "Създаване на %{model}"
|
||||||
|
|
Loading…
Reference in New Issue