Re-namespacing a bit to clear out some fairly old stuff from the top level
This commit is contained in:
8
oldstuff/map-mash/app/views/maps/show.html.erb
Normal file
8
oldstuff/map-mash/app/views/maps/show.html.erb
Normal file
@@ -0,0 +1,8 @@
|
||||
<p>
|
||||
<b>Name:</b>
|
||||
<%=h @map.name %>
|
||||
</p>
|
||||
|
||||
|
||||
<%= link_to 'Edit', edit_map_path(@map) %> |
|
||||
<%= link_to 'Back', maps_path %>
|
||||
Reference in New Issue
Block a user