add formatted text in reports

This commit is contained in:
Mojca Lorber 2016-11-10 15:20:40 +01:00
parent 19433850c8
commit fbaffbcaab

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