Event editing tweaks
This commit is contained in:
parent
6e1090810a
commit
c44654f79f
|
@ -14,7 +14,7 @@
|
|||
.panel.panel-default
|
||||
.panel-heading
|
||||
.panel-title
|
||||
= t 'actions.new.title_f', model: Participation.model_name.human
|
||||
= t 'actions.new.title_c', model: Participation.model_name.human.mb_chars.downcase
|
||||
.panel-body
|
||||
.form-group.text-center
|
||||
= form.link_to_add t('actions.create.button', model: Participation.model_name.human), :participations, data: {target: '#participations'}, class: 'btn btn-success'
|
||||
|
|
|
@ -29,3 +29,5 @@
|
|||
.btn-group
|
||||
= action_buttons(@conference, @event, [:index, :show])
|
||||
= f.submit class: 'btn btn-warning'
|
||||
|
||||
hr
|
||||
|
|
|
@ -46,6 +46,7 @@ bg:
|
|||
new:
|
||||
title_f: "Нова %{model}"
|
||||
title_m: "Нов %{model}"
|
||||
title_c: "Ново %{model}"
|
||||
view:
|
||||
button: "Прегледай %{model}"
|
||||
title: "Преглед на %{model}"
|
||||
|
|
Loading…
Reference in New Issue