views/instructeurs/procedures/_dossiers_actions: fix http verb
This commit is contained in:
parent
289da2d3bb
commit
ae87fd72fd
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
- if hidden_by_administration && hidden_by_expired
|
- if hidden_by_administration && hidden_by_expired
|
||||||
%li
|
%li
|
||||||
= button_to repousser_expiration_and_restore_instructeur_dossier_path(procedure_id, dossier_id), method: :patch, class: "fr-btn fr-icon-refresh-line" do
|
= button_to repousser_expiration_and_restore_instructeur_dossier_path(procedure_id, dossier_id), method: :post, class: "fr-btn fr-icon-refresh-line" do
|
||||||
= t('views.instructeurs.dossiers.restore_and_extend')
|
= t('views.instructeurs.dossiers.restore_and_extend')
|
||||||
|
|
||||||
- elsif hidden_by_administration
|
- elsif hidden_by_administration
|
||||||
|
|
Loading…
Add table
Reference in a new issue