diff options
| author | Robert | 2017-05-31 17:28:31 +0200 |
|---|---|---|
| committer | Robert | 2017-05-31 17:28:31 +0200 |
| commit | 53fee6c7b1614f75ea5a5691d03c17f3caa58ac1 (patch) | |
| tree | 678aac81d692746cfcc6cc0c7c23e8afef222c6c /app | |
| parent | 57771cd083c14cb915445bd8f2ca96b8c0035f2a (diff) | |
| download | chouette-core-53fee6c7b1614f75ea5a5691d03c17f3caa58ac1.tar.bz2 | |
hotfix
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' |
