Fixes headings height on budgets index
This commit is contained in:
@@ -65,9 +65,9 @@
|
|||||||
<div id="groups_and_headings" class="groups-and-headings">
|
<div id="groups_and_headings" class="groups-and-headings">
|
||||||
<% current_budget.groups.each do |group| %>
|
<% current_budget.groups.each do |group| %>
|
||||||
<h2 id="<%= group.name.parameterize %>"><%= group.name %></h2>
|
<h2 id="<%= group.name.parameterize %>"><%= group.name %></h2>
|
||||||
<ul class="no-bullet">
|
<ul class="no-bullet" data-equalizer data-equalizer-on="medium">
|
||||||
<% group.headings.order_by_group_name.each do |heading| %>
|
<% group.headings.order_by_group_name.each do |heading| %>
|
||||||
<li class="heading small-12 medium-4 large-2">
|
<li class="heading small-12 medium-4 large-2" data-equalizer-watch>
|
||||||
<% unless current_budget.informing? %>
|
<% unless current_budget.informing? %>
|
||||||
<%= link_to budget_investments_path(current_budget.id, heading_id: heading.id) do %>
|
<%= link_to budget_investments_path(current_budget.id, heading_id: heading.id) do %>
|
||||||
<%= heading_name_and_price_html(heading, current_budget) %>
|
<%= heading_name_and_price_html(heading, current_budget) %>
|
||||||
|
|||||||
Reference in New Issue
Block a user