Add a separator before the “Reouvrir” button
This commit is contained in:
parent
b8798d8b70
commit
b64c6d8817
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue