Wording : Démarche en brouillon => Démarche en test

This commit is contained in:
Mathieu Magnin 2019-01-10 10:31:30 +01:00
parent 2ce6d01aec
commit a4ddec6dff
6 changed files with 12 additions and 6 deletions

View file

@ -38,7 +38,7 @@ as well as a link to its edit page.
<% end %>
<% if procedure.publiee? && procedure.dossiers.empty? %>
<%= link_to 'passer en brouillon', draft_manager_procedure_path(procedure), method: :post, class: 'button' %>
<%= link_to 'repasser en test', draft_manager_procedure_path(procedure), method: :post, class: 'button' %>
<% end %>
<%= link_to 'supprimer la démarche', hide_manager_procedure_path(procedure), method: :post, class: 'button', data: { confirm: "Confirmez-vous la suppression de la démarche ?" } %>