Sha256: 15b169c7e15da50a3b67d85e9ac545d8108c9c868079a0a4ddb45d482999a79a
Contents?: true
Size: 760 Bytes
Versions: 16
Compression:
Stored size: 760 Bytes
Contents
= render_region :top - render_region :main do |main| - main.edit_header do %h1 New Race %p This is where you put in the basic information about the race, including general instructions for the competitor. The information you enter here should apply every time the race is run. You can put in more specific information each time the race is run. - main.edit_form do - form_for :race, @race, :url => admin_races_path, :html => { :method => "post", :multipart => true } do |f| .form-area = render :partial => "form", :locals => { :f => f } %p.buttons = save_model_button(@race) = save_model_and_continue_editing_button(@race) or = link_to "Cancel", admin_races_path
Version data entries
16 entries across 16 versions & 1 rubygems