Add a separator before the “Reouvrir” button

This commit is contained in:
gregoirenovel 2017-06-13 14:59:57 +02:00
parent b8798d8b70
commit b64c6d8817

View file

@ -24,6 +24,7 @@
= button_tag name: :process_action, value: "refuse", class: 'btn btn-danger', title: 'Refuser', data: { toggle: :tooltip, confirm: "Refuser ce dossier ?" } do
%i.fa.fa-times
%hr
= link_to 'Reouvrir', backoffice_dossier_reopen_path(@facade.dossier), method: :post, class: 'btn btn-default btn-block', data: { confirm: "Confirmer vous la réouverture de ce dossier ?" }
%hr