Re-namespacing a bit to clear out some fairly old stuff from the top level
This commit is contained in:
15
oldstuff/map-mash/app/views/maps/new.html.erb
Normal file
15
oldstuff/map-mash/app/views/maps/new.html.erb
Normal file
@@ -0,0 +1,15 @@
|
||||
<h1>New map</h1>
|
||||
|
||||
<% form_for(@map) do |f| %>
|
||||
<%= f.error_messages %>
|
||||
|
||||
<p>
|
||||
<%= f.label :name %><br />
|
||||
<%= f.text_field :name %>
|
||||
</p>
|
||||
<p>
|
||||
<%= f.submit 'Create' %>
|
||||
</p>
|
||||
<% end %>
|
||||
|
||||
<%= link_to 'Back', maps_path %>
|
||||
Reference in New Issue
Block a user