Adds organization_name attribute to budget investments

This commit is contained in:
kikito
2017-01-06 18:43:55 +01:00
parent 54691fe7f4
commit 3c9e08b06f
9 changed files with 31 additions and 14 deletions

View File

@@ -24,11 +24,17 @@
</p>
<% if investment.location.present? %>
<p id="investment_code">
<p>
<%= t("budget.investments.show.location_html", location: investment.location) %>
</p>
<% end %>
<% if investment.organization_name.present? %>
<p>
<%= t("budget.investments.show.organization_name_html", name: investment.organization_name) %>
</p>
<% end %>
<%= safe_html_with_links investment.description.html_safe %>
<% if investment.external_url.present? %>