summaryrefslogtreecommitdiff
path: root/app/views/pois/edit.html.erb
diff options
context:
space:
mode:
authorLars Henrik Mai <lars.mai@kontinui.de>2014-03-29 16:48:54 +0100
committerLars Henrik Mai <lars.mai@kontinui.de>2014-03-29 16:49:22 +0100
commit32b1ab88cbd74bf2147731cc0c7e6c8db95fc540 (patch)
tree57900fd451368f2609f6314d166741d98a4de0f6 /app/views/pois/edit.html.erb
parent90121413900895958a2ed8daaae2ab1e7dde996d (diff)
added basic scaffold for pois
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 %>