diff --git a/app/views/protocols/_steps.html.erb b/app/views/protocols/_steps.html.erb index 5337ab948..da20d5b82 100644 --- a/app/views/protocols/_steps.html.erb +++ b/app/views/protocols/_steps.html.erb @@ -8,20 +8,6 @@ <%= t("protocols.steps.expand_label") %> -<% if can_manage_protocol_in_module?(@protocol) || can_manage_protocol_in_repository?(@protocol) %> -
-
- - - - -
-
-<% end %>
<% @protocol.steps.order(:position).each do |step| %> <%= render partial: "steps/step.html.erb", locals: { step: step } %>