10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
<h1>New Map Mash tournament!</h1>
|
|
|
|
<% form_for(@mash_tournament) do |f| %>
|
|
<%= f.error_messages %>
|
|
|
|
<p>
|
|
<%= f.submit 'Start' %>
|
|
</p>
|
|
<% end %>
|