From c68061219dbd8c5ddece8e7a94820d26090a3756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Salvador=20P=C3=A9rez=20Garc=C3=ADa?= Date: Thu, 19 Jul 2018 10:07:41 +0200 Subject: [PATCH] Removed edit poll button from view responses --- app/views/dashboard/polls/_poll_header.html.erb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/views/dashboard/polls/_poll_header.html.erb b/app/views/dashboard/polls/_poll_header.html.erb index 2204f5e0f..7bc148ca5 100644 --- a/app/views/dashboard/polls/_poll_header.html.erb +++ b/app/views/dashboard/polls/_poll_header.html.erb @@ -1,7 +1,3 @@ -<%= link_to t("admin.polls.edit.title"), - edit_proposal_dashboard_poll_path(proposal, poll), - class: "button hollow float-right" %> -

<%= poll.name %>