mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-09 13:46:21 +08:00
Merge pull request #2882 from aignatov-bio/ai-sci-5072-remove-complete-step-from-protocol-managment
Remove complete step button from protocol managment [SCI-5072]
This commit is contained in:
commit
cfc943c0ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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)%>"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue