From e49bea806b18c054accbf3488b0f764da313c1ea Mon Sep 17 00:00:00 2001 From: rgarcia Date: Thu, 8 Oct 2015 15:24:31 +0200 Subject: [PATCH] fixes specs for voting hightlights --- app/views/welcome/_votes.html.erb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/views/welcome/_votes.html.erb diff --git a/app/views/welcome/_votes.html.erb b/app/views/welcome/_votes.html.erb new file mode 100644 index 000000000..4419a0b12 --- /dev/null +++ b/app/views/welcome/_votes.html.erb @@ -0,0 +1,2 @@ +<%= render 'proposals/votes', + { proposal: proposal, vote_url: vote_proposal_path(proposal, value: 'yes') } %> \ No newline at end of file