Merge pull request #275 from mlorb/ml_sci_642

Add formatted text in reports [SCI-642]
This commit is contained in:
mlorb 2016-11-11 12:04:19 +01:00 committed by GitHub
commit d42adff77e

View file

@ -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 %>