Fix translation indentation on investments partial
This commit is contained in:
@@ -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") %>
|
||||||
|
|||||||
Reference in New Issue
Block a user