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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user