fixes specs

This commit is contained in:
rgarcia
2016-03-29 18:47:49 +02:00
parent 98e895dec0
commit 34f9ce2ece
3 changed files with 7 additions and 17 deletions

View File

@@ -26,7 +26,7 @@
</div>
<div id="<%= dom_id(@spending_proposal) %>_votes" class="small-12 medium-3 column text-center">
<%= render 'votes',
<%= render 'spending_proposals/votes',
{ spending_proposal: @spending_proposal, vote_url: vote_spending_proposal_path(@spending_proposal, value: 'yes') } %>
</div>