[Fix #1186] Rename object to subject for mail templates
This commit is contained in:
parent
a6735c5acd
commit
56749769d6
16 changed files with 45 additions and 36 deletions
|
@ -8,7 +8,7 @@
|
|||
method: :put do |f|
|
||||
.row
|
||||
.col-md-6
|
||||
= f.input :object, label: "Objet de l'email"
|
||||
= f.input :subject, label: "Objet de l'email"
|
||||
= f.input :body, label: "Corps de l'email", input_html: { class: 'wysihtml5' }
|
||||
.text-right
|
||||
= link_to "Annuler", admin_procedure_mail_templates_path(@procedure), class: "btn btn-default"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue