Re-namespacing a bit to clear out some fairly old stuff from the top level
This commit is contained in:
12
oldstuff/map-mash/app/views/mash_tournaments/edit.html.erb
Normal file
12
oldstuff/map-mash/app/views/mash_tournaments/edit.html.erb
Normal file
@@ -0,0 +1,12 @@
|
||||
<h1>Editing mash_tournament</h1>
|
||||
|
||||
<% form_for(@mash_tournament) do |f| %>
|
||||
<%= f.error_messages %>
|
||||
|
||||
<p>
|
||||
<%= f.submit 'Update' %>
|
||||
</p>
|
||||
<% end %>
|
||||
|
||||
<%= link_to 'Show', @mash_tournament %> |
|
||||
<%= link_to 'Back', mash_tournaments_path %>
|
||||
Reference in New Issue
Block a user