mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 15:05:26 +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-content step-container">
|
||||||
<div class="tab-pane active" role="tabpanel" id="step-info-<%= step.id %>">
|
<div class="tab-pane active" role="tabpanel" id="step-info-<%= step.id %>">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<% end %>
|
|
||||||
<% if step.description.blank? %>
|
<% if step.description.blank? %>
|
||||||
<em><%= t("protocols.steps.no_description") %></em>
|
<em><%= t("protocols.steps.no_description") %></em>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
@ -124,8 +124,8 @@
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% if @protocol.in_module? %>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<% if can_view_step_comments(@protocol) %>
|
<% if can_view_step_comments(@protocol) %>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="step-comment"
|
<div class="step-comment"
|
||||||
|
@ -136,7 +136,7 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue