summaryrefslogtreecommitdiff
path: root/app/views/pois/edit.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/pois/edit.html.erb')
-rw-r--r--app/views/pois/edit.html.erb6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/pois/edit.html.erb b/app/views/pois/edit.html.erb
new file mode 100644
index 0000000..71dd920
--- /dev/null
+++ b/app/views/pois/edit.html.erb
@@ -0,0 +1,6 @@
+<h1>Editing poi</h1>
+
+<%= render 'form' %>
+
+<%= link_to 'Show', @poi %> |
+<%= link_to 'Back', pois_path %>