From 691954bbb80e1a501d93c6967daaef2f4d62a9df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Salvador=20P=C3=A9rez=20Garc=C3=ADa?= Date: Fri, 15 Jun 2018 06:15:42 +0200 Subject: [PATCH] Fixed syntax error after rebasing to master --- app/views/admin/_menu.html.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/admin/_menu.html.erb b/app/views/admin/_menu.html.erb index 428789a82..ea26637bb 100644 --- a/app/views/admin/_menu.html.erb +++ b/app/views/admin/_menu.html.erb @@ -224,9 +224,7 @@
  • > - - <%= link_to <%= ProposalDashboardAction.model_name.human(count: 2), - admin_proposal_dashboard_actions_path %> + <%= link_to ProposalDashboardAction.model_name.human(count: 2), admin_proposal_dashboard_actions_path %>