Skip to content

Commit

Permalink
change flag fields in registration to checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
mccolin committed May 2, 2013
1 parent 2c157a8 commit 3214e81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/admin/registrations.rb
Expand Up @@ -131,10 +131,10 @@
f.input :uniform_number, :input_html=>{:maxlength=>2}
end
f.inputs "Agreements" do
f.input :agree_pay, :as=>:radio
f.input :agree_waiver, :as=>:radio
f.input :paid, :as=>:radio
f.input :checked_in, :as=>:radio
f.input :agree_pay
f.input :agree_waiver
f.input :paid
f.input :checked_in
end
f.buttons
end
Expand Down

0 comments on commit 3214e81

Please sign in to comment.