mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-04 10:54:30 +08:00
add formatted text in reports
This commit is contained in:
parent
19433850c8
commit
fbaffbcaab
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…
Add table
Reference in a new issue