box-o-sand/rails/map-mash/app/views/mash_tournaments/new.html.erb

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 %>