Remove complete step button from protocol managment

This commit is contained in:
aignatov-bio 2020-09-29 15:08:01 +02:00
parent 939c0096de
commit d21aee1843

View file

@ -27,7 +27,7 @@
</a>
</div>
<div class="panel-options pull-right">
<% unless preview %>
<% if !preview && @protocol.my_module %>
<% if step.completed? %>
<button data-action="uncomplete-step"
data-link-url="<%= toggle_step_state_step_path(step)%>"