Manager: remove repasser_en_instruction

This commit is contained in:
simon lehericey 2019-07-01 17:50:48 +02:00
parent b2c987ff0d
commit c7e10fc43f
3 changed files with 0 additions and 14 deletions

View file

@ -28,9 +28,6 @@ as well as a link to its edit page.
</h1>
<div>
<% if dossier.termine? %>
<%= link_to 'Repasser en instruction', change_state_to_instruction_manager_dossier_path(dossier), method: :post, class: 'button', data: { confirm: "Repasser en instruction ?" } %>
<% end %>
<% if dossier.hidden_at.nil? %>
<%= link_to 'Supprimer le dossier', hide_manager_dossier_path(dossier), method: :post, class: 'button', data: { confirm: "Confirmez vous la suppression du dossier ?" } %>
<% end %>