~acesuares/qspell/trunk

« back to all changes in this revision

Viewing changes to vendor/plugins/vote_fu/examples/voteable.html.erb

  • Committer: Ace Suares
  • Date: 2009-10-07 06:16:20 UTC
  • Revision ID: ace@suares.an-20091007061620-j39st30s42edy61t
 * voting with vote_fu

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<div id="voteable_<%= @voteable.id %>">
 
2
 
 
3
                ..... Show some fields .....
 
4
 
 
5
        <div id="votes_<%= @voteable.id %>">
 
6
                <%= render :partial => "votes/voteable_vote", :locals => {:voteable => @voteable} %>
 
7
        </div>
 
8
</div>