mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 15:05:26 +08:00
Merge pull request #275 from mlorb/ml_sci_642
Add formatted text in reports [SCI-642]
This commit is contained in:
commit
d42adff77e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<% if step.description.present? %>
|
||||
<%= step.description %>
|
||||
<%= step.description.html_safe %>
|
||||
<% else %>
|
||||
<em><%=t "projects.reports.elements.step.no_description" %></em>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in a new issue