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 / _topics.haml
100644 7 lines (5 sloc) 0.205 kb
1
2
3
4
5
6
7
#topics
 
  %img.header{:src => '/images/topics.png', :alt => 'Topics', :width => '165', :height => '35'}/
  
  %ul
    - for topic in @topics
      %li= link_to_unless_current topic.name, topic_path(topic)