Sha256: 2748ad76c4d9a444d2c251f2cf5534b0629b80120116ad05c79080c6d1291bfc
Contents?: true
Size: 750 Bytes
Versions: 15
Compression:
Stored size: 750 Bytes
Contents
- include_stylesheet 'admin/races' #clubs_table.outset %table#race_clubs.index{:cellspacing=>"0", :border=>"0", :cellpadding=>"0"} %thead %tr - render_region :thead do |thead| - thead.title_header do %th.club Name - thead.members_header do %th.members Members - thead.aliases_header do %th.members Aliases %tbody - @race_clubs.each do |club| = render :partial => 'club', :object => club - render_region :bottom do |bottom| - bottom.buttons do #actions = pagination_for @race_clubs %ul %li= link_to image('plus') + " " + "new club", new_admin_race_club_url
Version data entries
15 entries across 15 versions & 1 rubygems