diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index edb11f9b5..015f343ce 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -462,7 +462,7 @@ word-break: break-word; } -.proposal-show, .investment-project-show { +.proposal-show, .investment-project-show, .budget-investment-show { .supports { padding: $line-height/2 0 0; diff --git a/app/views/budgets/investments/_header.html.erb b/app/views/budgets/investments/_header.html.erb index 8cbf84b5a..ca3ee4f69 100644 --- a/app/views/budgets/investments/_header.html.erb +++ b/app/views/budgets/investments/_header.html.erb @@ -20,7 +20,7 @@
-

<%= @heading.name %>

+

<%= @heading.name %>

<% if can? :show, @ballot %>
diff --git a/app/views/budgets/investments/_investment.html.erb b/app/views/budgets/investments/_investment.html.erb index 87c2f663e..4c6423f70 100644 --- a/app/views/budgets/investments/_investment.html.erb +++ b/app/views/budgets/investments/_investment.html.erb @@ -35,7 +35,7 @@ <%= heading_name(investment.heading) %>

-

<%= link_to investment.description, namespaced_budget_investment_path(investment) %>

+

<%= investment.description %>

<% end %> diff --git a/app/views/budgets/investments/_investment_show.html.erb b/app/views/budgets/investments/_investment_show.html.erb index 28659533d..9592d7cf2 100644 --- a/app/views/budgets/investments/_investment_show.html.erb +++ b/app/views/budgets/investments/_investment_show.html.erb @@ -1,11 +1,5 @@
- -
<%= link_to :back, class: "back" do %> @@ -57,7 +51,7 @@ <% if investment.should_show_aside? %>
- - diff --git a/app/views/budgets/investments/_votes.html.erb b/app/views/budgets/investments/_votes.html.erb index e1dd2860c..c119083d2 100644 --- a/app/views/budgets/investments/_votes.html.erb +++ b/app/views/budgets/investments/_votes.html.erb @@ -10,7 +10,7 @@
<% if user_voted_for %> -
+
<%= t("budget.investments.investment.already_supported") %>
<% elsif investment.should_show_votes? %>