public
Description: A generic voting app that hooks into faces.rubyonrails.com.au so members can vote with their IRC Nicks. #crc
Homepage:
Clone URL: git://github.com/artpop/roro-vote.git
roro-vote / app / views / topics / index.haml
100644 12 lines (8 sloc) 0.372 kb
1
2
3
4
5
6
7
8
9
10
11
12
#top_box
  :textile
    Ah democracy at it's finest! All you need is a "faces":http://faces.rubyonrails.com.au account with your IRC Nick and you're good to go.
  
#activity
  
  %img.header{:src => '/images/recent-activity.png', :alt => 'Recent Activity', :width => '300', :height => '35'}/
  
  #live_table
    = render :partial => 'votes'
 
= render :partial => 'topics'