summaryrefslogtreecommitdiff
path: root/app/views/pois/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/pois/show.html.erb')
-rw-r--r--app/views/pois/show.html.erb19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/views/pois/show.html.erb b/app/views/pois/show.html.erb
new file mode 100644
index 0000000..77fdf0b
--- /dev/null
+++ b/app/views/pois/show.html.erb
@@ -0,0 +1,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 %>