- dim = 300
%style{ :type => 'text/css' }
:sass
li
img
:display block
:margin 0px auto
p
:text-align center
%h2 Top oneness
%ol
- @top_oneness.each_with_index do |p, index|
%li
%a{ :href => url(:photo, p) }
%img{ :src => photo_url(p, dim, dim) }
%p== Oneness: #{p.oneness}% Votes 0: #{p.zero_votes} Votes 1: #{p.one_votes} Total Votes: #{p.votes_count}
%br{ :style => 'clear: both' }
%h2 Top voted
%ol
- @top_voted.each_with_index do |p, index|
%li
%a{ :href => url(:photo, p) }
%img{ :src => photo_url(p, dim, dim) }
%p== Oneness: #{p.oneness}% Votes 0: #{p.zero_votes} Votes 1: #{p.one_votes} Total Votes: #{p.votes_count}
%br{ :style => 'clear: both' }