From 55fb14c6e3f9e3040fcfe8c886e85b8b91ec0d95 Mon Sep 17 00:00:00 2001 From: decabeza Date: Fri, 26 Apr 2019 18:39:38 +0200 Subject: [PATCH] Always show dashboard buttons --- app/views/users/_proposal.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/users/_proposal.html.erb b/app/views/users/_proposal.html.erb index 492b9a312..c4a063b5c 100644 --- a/app/views/users/_proposal.html.erb +++ b/app/views/users/_proposal.html.erb @@ -20,8 +20,8 @@ <%= t("users.proposals.retired_help_text") %> <% elsif can?(:dashboard, proposal) %> - <%= link_to t("proposals.show.dashboard_proposal_link"), - progress_proposal_dashboard_path(proposal), class: "button hollow expanded" %> + <%= link_to t("proposals.show.dashboard_proposal_link"), + progress_proposal_dashboard_path(proposal), class: "button hollow expanded" %> <% else %>