diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/line_footnotes/_footnote_fields.html.slim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/line_footnotes/_footnote_fields.html.slim b/app/views/line_footnotes/_footnote_fields.html.slim index 28fcde5ab..d69b29a2b 100644 --- a/app/views/line_footnotes/_footnote_fields.html.slim +++ b/app/views/line_footnotes/_footnote_fields.html.slim @@ -1,10 +1,10 @@ .nested-fields.col-lg-4.col-md-4.col-sm-6.col-xs-12 .panel.panel-default .panel-body - = f.input :code, label: 'Titre' - = f.input :label, label: 'Texte' + = f.input :code, label: Chouette::Footnote.tmf(:code) + = f.input :label, label: Chouette::Footnote.tmf(:label) .text-right - = link_to_remove_association f, class: 'btn btn-outline-danger', data: { confirm: 'Etes-vous sûr(e) ?' }, title: t('actions.delete') do + = link_to_remove_association f, class: 'btn btn-outline-danger', data: { confirm: t('footnotes.actions.destroy_confirm') }, title: t('actions.delete') do span.fa.fa-trash / span = t('actions.delete') |
