diff options
| author | Zog | 2018-03-14 09:21:15 +0100 |
|---|---|---|
| committer | Zog | 2018-03-14 09:21:15 +0100 |
| commit | c8d685984e8d9513e586b4bbc04ccf8e33be8ca3 (patch) | |
| tree | 3b0668b11846fd07680eeff9e1a4ff1fbfa8b425 | |
| parent | 08895521dd1587c460ffc4ed335d7129b1b53de1 (diff) | |
| download | chouette-core-c8d685984e8d9513e586b4bbc04ccf8e33be8ca3.tar.bz2 | |
Refs #6146; Fix typo
| -rw-r--r-- | app/views/lines/_filters.html.slim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/lines/_filters.html.slim b/app/views/lines/_filters.html.slim index c221a02a1..da0539bd0 100644 --- a/app/views/lines/_filters.html.slim +++ b/app/views/lines/_filters.html.slim @@ -33,7 +33,7 @@ wrapper_html: { class: 'checkbox-wrapper' }, checked_value: true, unchecked_value: false, - input_html: { checked: @status.try(:[], :confirmed) } + input_html: { checked: @status.try(:[], :activated) } = p.input :deactivated, label: ("<span>#{t('activerecord.attributes.line.deactivated')}<span class='fa fa-exclamation-circle text-danger'></span></span>").html_safe, as: :boolean, |
