Wording : Démarche en brouillon => Démarche en test
This commit is contained in:
parent
2ce6d01aec
commit
a4ddec6dff
6 changed files with 12 additions and 6 deletions
|
@ -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 ?" } %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue