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

Version Path
radiant-race_results-extension-1.4.6 app/views/admin/races/index.html.haml
radiant-race_results-extension-1.4.5 app/views/admin/races/index.html.haml
radiant-race_results-extension-1.4.3 app/views/admin/races/index.html.haml
radiant-race_results-extension-1.4.0 app/views/admin/races/index.html.haml
radiant-race_results-extension-1.3.6 app/views/admin/races/index.html.haml
radiant-race_results-extension-1.3.5 app/views/admin/races/index.html.haml
radiant-race_results-extension-1.3.4 app/views/admin/races/index.html.haml
radiant-race_results-extension-1.3.3 app/views/admin/races/index.html.haml
radiant-race_results-extension-1.3.2 app/views/admin/races/index.html.haml
radiant-race_results-extension-1.3.1 app/views/admin/races/index.html.haml
radiant-race_results-extension-1.3.0 app/views/admin/races/index.html.haml
radiant-race_results-extension-1.2.1 app/views/admin/races/index.html.haml
radiant-race_results-extension-1.2.0 app/views/admin/races/index.html.haml
radiant-race_results-extension-1.1.1 app/views/admin/races/index.html.haml
radiant-race_results-extension-1.1.0 app/views/admin/races/index.html.haml