Remove heading name on unfeasible list

The heading name is already present on the main heading of the page.
This commit is contained in:
decabeza
2020-10-21 11:39:15 +02:00
committed by Javi Martín
parent 3509b99ce4
commit 8e814557bc

View File

@@ -42,9 +42,9 @@
<% if @current_filter == "unfeasible" %>
<div class="small-12 margin-bottom">
<h2><%= t("budgets.investments.index.unfeasible") %>: <%= @heading.name %></h2>
<h2><%= t("budgets.investments.index.unfeasible") %></h2>
<div class="callout primary margin">
<%= t("budgets.investments.index.unfeasible_text") %>
<%= t("budgets.investments.index.unfeasible_text") %>
</div>
</div>
<% elsif @heading.present? %>