Sha256: 5a5bb6d4c3a34201e05319c75f12c06a33cb04f8536ff2f594fe2e8b5d091ec8
Contents?: true
Size: 685 Bytes
Versions: 16
Compression:
Stored size: 685 Bytes
Contents
= render_region :top - render_region :main do |main| - main.edit_header do %h1= "Upload Race Results" %p For a simple race, all you need to do here is give it a short name and upload a results file: we'll work out the competitors and categories from the results. - main.edit_form do - form_for :race_instance, :url => admin_race_race_instances_path, :html => { :method => "post", :multipart => true } do |f| .form-area = render :partial => "form", :locals => { :f => f } %p.buttons %input{:type => "submit", :class => 'button', :value => "save race details"} or = link_to "Cancel", admin_races_path
Version data entries
16 entries across 16 versions & 1 rubygems