mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 06:56:54 +08:00
refactoring
This commit is contained in:
parent
d67302803a
commit
5d905f0094
1 changed files with 84 additions and 84 deletions
|
@ -41,7 +41,7 @@
|
|||
<div class="tab-content step-container">
|
||||
<div class="tab-pane active" role="tabpanel" id="step-info-<%= step.id %>">
|
||||
<div class="row">
|
||||
<% end %>
|
||||
|
||||
<% if step.description.blank? %>
|
||||
<em><%= t("protocols.steps.no_description") %></em>
|
||||
<% else %>
|
||||
|
@ -124,8 +124,8 @@
|
|||
</div>
|
||||
<% end %>
|
||||
<% end %>
|
||||
<% if @protocol.in_module? %>
|
||||
</div>
|
||||
|
||||
<% if can_view_step_comments(@protocol) %>
|
||||
<div class="row">
|
||||
<div class="step-comment"
|
||||
|
@ -136,7 +136,7 @@
|
|||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue