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