From 392a787a2de90b2806dc3099ab0dcded6ae8361b Mon Sep 17 00:00:00 2001 From: decabeza Date: Thu, 26 Oct 2017 19:09:02 +0200 Subject: [PATCH] hides only the create button --- app/views/legislation/processes/proposals.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/legislation/processes/proposals.html.erb b/app/views/legislation/processes/proposals.html.erb index cf6bd25b2..6159e9143 100644 --- a/app/views/legislation/processes/proposals.html.erb +++ b/app/views/legislation/processes/proposals.html.erb @@ -19,12 +19,12 @@ - <% if @process.proposals_phase.open? %> -
+
+ <% if @process.proposals_phase.open? %>

<%= link_to t("proposals.index.start_proposal"), new_legislation_process_proposal_path(@process), class: 'button expanded' %>

- <%= render 'legislation/proposals/categories', taggable: @process %> -
- <% end %> + <% end %> + <%= render 'legislation/proposals/categories', taggable: @process %> +