Sha256: bae8fba78d39cd286535618169d21330eb9e88c0770aaf999bc38ec2a3a7097b
Contents?: true
Size: 782 Bytes
Versions: 15
Compression:
Stored size: 782 Bytes
Contents
- include_stylesheet 'admin/races' #competitors_table.outset %table#race_competitors.index{:cellspacing=>"0", :border=>"0", :cellpadding=>"0"} %thead %tr - render_region :thead do |thead| - thead.title_header do %th.competitor Name - thead.club_header do %th.club Club - thead.races_header do %th.races Races %tbody - @race_competitors.each do |comp| = render :partial => 'competitor', :object => comp - render_region :bottom do |bottom| - bottom.buttons do #actions = pagination_for @race_competitors %ul %li= link_to image('plus') + " " + "new competitor", new_admin_race_competitor_url
Version data entries
15 entries across 15 versions & 1 rubygems