summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-04-22 12:30:43 +0200
committerhukl <contact@smyck.org>2009-04-22 12:30:43 +0200
commitb2b78c06074046bd73cc3408a29386a976f0469c (patch)
tree036eb54d87feafd839f2f227e30ee4de94a8e2e2 /app/views
parentdaea08a754d1217b23430f25f3db68f6835bd9a6 (diff)
fixes for new event form
Diffstat (limited to 'app/views')
-rw-r--r--app/views/events/new.html.erb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/events/new.html.erb b/app/views/events/new.html.erb
index 0182b07..8c9812e 100644
--- a/app/views/events/new.html.erb
+++ b/app/views/events/new.html.erb
@@ -36,8 +36,7 @@
36 <%= f.text_field :longitude %> 36 <%= f.text_field :longitude %>
37 </p> 37 </p>
38 <p> 38 <p>
39 <%= f.label :node_id %><br /> 39 <%= f.hidden_field :node_id %>
40 <%= f.text_field :node_id %>
41 </p> 40 </p>
42 <p> 41 <p>
43 <%= f.submit 'Create' %> 42 <%= f.submit 'Create' %>