Fix translation indentation on investments partial

This commit is contained in:
Bertocq
2018-02-10 20:44:02 +01:00
parent 9aa6d646d4
commit b3b28e21d0

View File

@@ -71,7 +71,7 @@
</td> </td>
<td class="small"> <td class="small">
<%= t("admin.budget_investments.index.feasibility.#{investment.feasibility}", <%= t("admin.budget_investments.index.feasibility.#{investment.feasibility}",
price: investment.formatted_price) %> price: investment.formatted_price) %>
</td> </td>
<td class="small text-center"> <td class="small text-center">
<%= investment.valuation_finished? ? t("shared.yes"): t("shared.no") %> <%= investment.valuation_finished? ? t("shared.yes"): t("shared.no") %>