mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-17 22:28:38 +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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-options pull-right">
|
<div class="panel-options pull-right">
|
||||||
<% unless preview %>
|
<% if !preview && @protocol.my_module %>
|
||||||
<% if step.completed? %>
|
<% if step.completed? %>
|
||||||
<button data-action="uncomplete-step"
|
<button data-action="uncomplete-step"
|
||||||
data-link-url="<%= toggle_step_state_step_path(step)%>"
|
data-link-url="<%= toggle_step_state_step_path(step)%>"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue