diff --git a/app/views/phase_revision/pdf.html.erb b/app/views/phase_revision/pdf.html.erb index 373ea63..ae5917f 100644 --- a/app/views/phase_revision/pdf.html.erb +++ b/app/views/phase_revision/pdf.html.erb @@ -11,7 +11,7 @@ <% end %>
<% end %> -<%= @phase_revision.description %>
+<%= @phase_revision.description&.html_safe %>
diff --git a/app/views/phase_revision/show.html.erb b/app/views/phase_revision/show.html.erb index 74af6cf..3e362fb 100644 --- a/app/views/phase_revision/show.html.erb +++ b/app/views/phase_revision/show.html.erb @@ -14,7 +14,7 @@ <% end %> <% end %> -<%= @phase_revision.description %>
+<%= @phase_revision.description&.html_safe %>