Sha256: 352bb5b280890757e8c8fadfc2fb2897550411c0eef0d349b7e2cfdaa9bbb2e6
Contents?: true
Size: 716 Bytes
Versions: 15
Compression:
Stored size: 716 Bytes
Contents
- include_stylesheet 'admin/races' #races_table.outset %table#races.index{:cellspacing=>"0", :border=>"0", :cellpadding=>"0"} %thead %tr - render_region :thead do |thead| - thead.title_header do %th.race Race Name - thead.instances_header do %th.instances Occasions - thead.modify_header do %th.modify %tbody - @races.each do |race| = render :partial => 'race', :object => race - render_region :bottom do |bottom| - bottom.buttons do #actions = pagination_for @races %ul %li= link_to image('plus') + " " + "new race", new_admin_race_url
Version data entries
15 entries across 15 versions & 1 rubygems