mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 23:15:34 +08:00
fixes description label [fixes SCI-662]
This commit is contained in:
parent
b0b2484fdf
commit
67c508a891
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
<div class="panel-collapse collapse" id="step-panel-<%= step.id %>" role="tabpanel">
|
<div class="panel-collapse collapse" id="step-panel-<%= step.id %>" role="tabpanel">
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<% if step.description.blank? %>
|
<% if strip_tags(step.description).blank? %>
|
||||||
<em><%= t("protocols.steps.no_description") %></em>
|
<em><%= t("protocols.steps.no_description") %></em>
|
||||||
<% else %>
|
<% else %>
|
||||||
<%= step.description.html_safe %>
|
<%= step.description.html_safe %>
|
||||||
|
|
Loading…
Reference in a new issue