box-o-sand/oldstuff/map-mash/app/views/maps/show.html.erb

8 lines
123 B
Plaintext
Raw Normal View History

2012-04-04 03:02:32 +00:00
<p>
<b>Name:</b>
<%=h @map.name %>
</p>
<%= link_to 'Edit', edit_map_path(@map) %> |
<%= link_to 'Back', maps_path %>