summaryrefslogtreecommitdiff
path: root/app/views/pois/show.html.erb
blob: 77fdf0b226403bf2f943732a7d20d15b57e9676f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<p id="notice"><%= notice %></p>

<p>
  <strong>Message:</strong>
  <%= @poi.message %>
</p>

<p>
  <strong>Lat:</strong>
  <%= @poi.lat %>
</p>

<p>
  <strong>Lon:</strong>
  <%= @poi.lon %>
</p>

<%= link_to 'Edit', edit_poi_path(@poi) %> |
<%= link_to 'Back', pois_path %>