Improves styles for select heading page

This commit is contained in:
Alberto Garcia Cabeza
2016-09-12 18:45:47 +02:00
parent 992425f4b3
commit c42877efb1
4 changed files with 14 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
<div class="row investment-projects-scope margin-bottom no-margin-top">
<div class="row investment-projects-scope margin-bottom">
<div id="select-district" class="small-12 medium-7 column select-district">
<%= link_to budget_path(@budget), class: "back" do %>
<span class="icon-angle-left"></span>
<%= t('shared.back') %>
<% end %>
<h2><%# t("spending_proposals.welcome.districts") %></h2>
<h2><%= t("budgets.groups.show.title") %></h2>
<div class="row">
<% @group.headings.each_slice(7) do |slice| %>