Commit c40bc786d78c08fe860f664dad2edf40e075610f

Authored by Victor Costa
1 parent 2276f138

Not escape html in terms of use

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/home/terms.html.erb
1 1 <h1><%= _('Terms of use - %s') % environment.name %></h1>
2   -<%= environment.terms_of_use %>
  2 +<%= environment.terms_of_use.html_safe %>
... ...