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