diff options
Diffstat (limited to 'app/views/line_footnotes/edit.html.slim')
| -rw-r--r-- | app/views/line_footnotes/edit.html.slim | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/line_footnotes/edit.html.slim b/app/views/line_footnotes/edit.html.slim index fcd7a47e0..4a0fbb931 100644 --- a/app/views/line_footnotes/edit.html.slim +++ b/app/views/line_footnotes/edit.html.slim @@ -1,5 +1,5 @@  / PageHeader -= pageheader 'map-marker', += pageheader 'ligne',               "Notes sur la ligne #{@line.name}",               'Lorem ipsum dolor sit amet',               (@line.footnotes.any? ? t('last_update', time: l(@line.footnotes.last.updated_at, format: :short)) : '')  | 
