mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-23 07:58:49 +08:00
Merge pull request #2969 from mlorb/ml-sci-5236
Remove complete step button from protocol step… [SCI-5236]
This commit is contained in:
commit
1d6e35c2eb
2 changed files with 2 additions and 1 deletions
|
@ -85,6 +85,7 @@
|
|||
}
|
||||
|
||||
span.step-number {
|
||||
flex-shrink: 0;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
margin: 0 5px 0 10px;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<div class="panel panel-default">
|
||||
<div class="panel-heading step-heading">
|
||||
<div class="left-floats">
|
||||
<% unless import %>
|
||||
<% if !import && !preview && @protocol.my_module %>
|
||||
<button data-action="uncomplete-step"
|
||||
data-link-url="<%= toggle_step_state_step_path(step)%>"
|
||||
class="btn icon-btn btn-light toggle-step-complete
|
||||
|
|
Loading…
Reference in a new issue