improves styles of budgets investments views
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
<section class="budget-investment-show" id="<%= dom_id(investment) %>">
|
||||
|
||||
<ul class="breadcrumbs">
|
||||
<li><%= link_to investment.budget.name, budget_path(investment.budget) %></a></li>
|
||||
<li><%= investment.group.name %></a></li>
|
||||
<li><%= investment.heading.name %></a></li>
|
||||
</ul>
|
||||
|
||||
<div class="row">
|
||||
<div class="small-12 medium-9 column">
|
||||
<%= link_to :back, class: "back" do %>
|
||||
@@ -57,7 +51,7 @@
|
||||
<% if investment.should_show_aside? %>
|
||||
<aside class="small-12 medium-3 column">
|
||||
<div class="sidebar-divider"></div>
|
||||
<h3><%= t("votes.supports") %></h3>
|
||||
<h2><%= t("votes.supports") %></h2>
|
||||
<div class="text-center">
|
||||
|
||||
<% if investment.should_show_votes? %>
|
||||
@@ -80,7 +74,7 @@
|
||||
</div>
|
||||
|
||||
<div class="sidebar-divider"></div>
|
||||
<h3><%= t("budget.investments.show.share") %></h3>
|
||||
<h2><%= t("budget.investments.show.share") %></h2>
|
||||
<div class="social-share-full">
|
||||
<%= social_share_button_tag("#{investment.title} #{setting['twitter_hashtag']}") %>
|
||||
<% if browser.device.mobile? %>
|
||||
@@ -94,5 +88,3 @@
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user