Remove unneded html_safe in investment description

The description is already marked as HTML safe because we sanitize it
before storing it in the database.
This commit is contained in:
Javi Martín
2019-10-02 16:28:24 +02:00
parent 55a190f44a
commit eb16b9df48

View File

@@ -22,7 +22,7 @@
<%= t("budgets.investments.show.code_html", code: investment.id) %>
</p>
<%= safe_html_with_links investment.description.html_safe %>
<%= safe_html_with_links investment.description %>
<% if feature?(:map) && map_location_available?(@investment.map_location) %>
<div class="margin">