budget description now returns html

This commit is contained in:
kikito
2016-12-29 16:22:14 +01:00
parent 34ee8c1c48
commit 9d0e736878

View File

@@ -9,7 +9,8 @@
<h1><%= @budget.name %>
<small><%= t("budgets.phases.#{@budget.phase}") %></small>
</h1>
<p><%= @budget.description %></p>
<%= @budget.description %>
</div>
</div>