Skip to content
Snippets Groups Projects
Commit 22d758c5 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Fix #274

parent 79516105
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
<p><%= @organization.send property %></p>
<% end %>
<h3 class="h5"><%= University::Organization.human_attribute_name(:text) %></h3>
<%= @organization.text.html_safe %>
<%= @organization.text.to_s.html_safe %>
</div>
</div>
<div class="card flex-fill w-100">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment