mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 11:45:18 +08:00
Fix duplcated new step button [SCI-5474]
This commit is contained in:
parent
d1b16ebf01
commit
89ac76a766
1 changed files with 0 additions and 14 deletions
|
@ -8,20 +8,6 @@
|
|||
<span><%= t("protocols.steps.expand_label") %></a></span>
|
||||
</div>
|
||||
</div>
|
||||
<% if can_manage_protocol_in_module?(@protocol) || can_manage_protocol_in_repository?(@protocol) %>
|
||||
<div class="row">
|
||||
<div class="pull-left" style="margin: 0 0 20px 15px;">
|
||||
<a href="#"
|
||||
class="btn btn-primary"
|
||||
data-action="new-step"
|
||||
data-href="<%= new_protocol_step_path(protocol_id: @protocol.id, format: :json) %>"
|
||||
style="<%= @protocol.steps.empty? ? 'display: none;' : '' %>">
|
||||
<span class="fas fa-plus" aria-hidden="true"></span>
|
||||
<span class="hidden-xs"><%=t "protocols.steps.new_step" %></span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
<div id="steps">
|
||||
<% @protocol.steps.order(:position).each do |step| %>
|
||||
<%= render partial: "steps/step.html.erb", locals: { step: step } %>
|
||||
|
|
Loading…
Reference in a new issue