peteonrails / vote_fu

Vote and Karma Management

This URL has Read+Write access

peteonrails (author)
Wed Feb 11 07:37:32 -0800 2009
commit  38dc243181a9867436c5d8bf1d8406670cf75878
tree    f4b8a3801b92f05b1e0ee49b60e20ba8ba3d001a
parent  d873f2cc72d3383b793ed5088a07aad27270bc99
vote_fu / examples / voteable.html.erb
100644 9 lines (6 sloc) 0.213 kb
1
2
3
4
5
6
7
8
9
<div id="voteable_<%= @voteable.id %>">
 
..... Show some fields .....
 
<div id="votes_<%= @voteable.id %>">
<%= render :partial => "votes/voteable_vote", :locals => {:voteable => @voteable} %>
</div>
</div>