Remove heading name on unfeasible list
The heading name is already present on the main heading of the page.
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
<% if @current_filter == "unfeasible" %>
|
<% if @current_filter == "unfeasible" %>
|
||||||
<div class="small-12 margin-bottom">
|
<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">
|
<div class="callout primary margin">
|
||||||
<%= t("budgets.investments.index.unfeasible_text") %>
|
<%= t("budgets.investments.index.unfeasible_text") %>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user