diff --git a/app/views/manager/procedures/show.html.erb b/app/views/manager/procedures/show.html.erb index e4a00a4d3..908b0e2bf 100644 --- a/app/views/manager/procedures/show.html.erb +++ b/app/views/manager/procedures/show.html.erb @@ -33,6 +33,8 @@ as well as a link to its edit page.
+ <%= link_to 'aperçu', apercu_procedure_path(procedure), class: 'button' %> + <% if !procedure.whitelisted? %> <%= link_to 'whitelister', whitelist_manager_procedure_path(procedure), method: :post, class: 'button' %> <% end %>