mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 21:21:50 +08:00
fixes protocol steps [fixes SCI-548]
This commit is contained in:
parent
448daab7c8
commit
ea305b356a
1 changed files with 0 additions and 4 deletions
|
@ -31,8 +31,6 @@
|
|||
</div>
|
||||
<div class="panel-collapse collapse" id="step-panel-<%= step.id %>" role="tabpanel">
|
||||
<div class="panel-body">
|
||||
<% if @protocol.in_module? %>
|
||||
|
||||
<div class="row">
|
||||
<% if step.description.blank? %>
|
||||
<em><%= t("protocols.steps.no_description") %></em>
|
||||
|
@ -126,8 +124,6 @@
|
|||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue