10 lines
204 B
Plaintext
10 lines
204 B
Plaintext
%h1 New Map Mash tournament!
|
|
|
|
- form_for(@mash_tournament) do |f|
|
|
= f.error_messages
|
|
|
|
= f.label(:total_rounds)
|
|
= f.select(:total_rounds, total_rounds_options_for_select)
|
|
%p
|
|
= f.submit 'Start'
|