1
0

Fixed formatting of routine description

This commit is contained in:
cryptogopher 2020-04-11 23:18:38 +02:00
parent 40d6a3a3f0
commit dbb8bdc62e

View File

@ -23,6 +23,6 @@
</p>
<% end %>
<% unless @routine.description.empty? %>
<p><%= @routine.description %></p>
<p style='white-space: pre-wrap;' ><%= @routine.description %></p>
<% end %>
</div>