diff options
| author | vlatka pavisic | 2016-11-09 15:04:07 +0100 | 
|---|---|---|
| committer | vlatka pavisic | 2016-11-09 15:04:07 +0100 | 
| commit | 56c0f55d2d8d566b931664b85c76dbe3a58e31cc (patch) | |
| tree | 717b761de93b13a72f6fde9fa05b5b7cf57131ec /app/views/footnotes | |
| parent | d67ed4c32b338070e4e4ff33f89fe64011e14c3b (diff) | |
| download | chouette-core-56c0f55d2d8d566b931664b85c76dbe3a58e31cc.tar.bz2 | |
Refs #1872 : Route direction and wayback enumerations
Diffstat (limited to 'app/views/footnotes')
| -rw-r--r-- | app/views/footnotes/_footnote_fields.html.slim | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/footnotes/_footnote_fields.html.slim b/app/views/footnotes/_footnote_fields.html.slim index ab006cfa9..c1944ed2d 100644 --- a/app/views/footnotes/_footnote_fields.html.slim +++ b/app/views/footnotes/_footnote_fields.html.slim @@ -1,4 +1,4 @@  = f.inputs :class => 'nested-fields footnote' do    = f.input :code, :wrapper_html => { class: 'col-md-3' }    = f.input :label, :wrapper_html => { class: 'col-md-7' } -  = link_to_remove_association t('actions.destroy'), f, class: 'col-md-2 remove'
\ No newline at end of file +  = link_to_remove_association t('actions.destroy'), f, class: 'col-md-2 remove' | 
