diff options
| author | Thomas Haddad | 2017-05-31 16:57:33 +0200 |
|---|---|---|
| committer | Thomas Haddad | 2017-05-31 16:57:33 +0200 |
| commit | eac86ec95094a7f31f1206f56909aaf9bc661e9a (patch) | |
| tree | ec43d3b83524bfa085e379068656a854f65ca2ea /app | |
| parent | c48ba9fc153e2b03b5eb02bc9df4e307e64fbc0a (diff) | |
| download | chouette-core-eac86ec95094a7f31f1206f56909aaf9bc661e9a.tar.bz2 | |
Fix typo
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/referentials/show.html.slim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/referentials/show.html.slim b/app/views/referentials/show.html.slim index cad076e2c..9c60c2768 100644 --- a/app/views/referentials/show.html.slim +++ b/app/views/referentials/show.html.slim @@ -81,4 +81,4 @@ .modal-footer button.btn.btn-link type='button' data-dismiss='modal' Annuler - unless policy(@referential).archived? - = buttonf.button :submit, t('actions.clean_up') , class: 'btn btn-primary' + = f.button :submit, t('actions.clean_up') , class: 'btn btn-primary' |
