summaryrefslogtreecommitdiff
path: root/app/views/events/edit.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/events/edit.html.erb')
-rw-r--r--app/views/events/edit.html.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/events/edit.html.erb b/app/views/events/edit.html.erb
index 17b6980..824cd66 100644
--- a/app/views/events/edit.html.erb
+++ b/app/views/events/edit.html.erb
@@ -6,8 +6,8 @@
6 6
7<h1>Editing event</h1> 7<h1>Editing event</h1>
8 8
9<% form_for(@event) do |f| %> 9<%= form_for(@event) do |f| %>
10 <%= f.error_messages %> 10 <%= form_error_messages(f) %>
11 11
12 <p> 12 <p>
13 <%= f.label :start_time %><br /> 13 <%= f.label :start_time %><br />
@@ -47,4 +47,4 @@
47 <p> 47 <p>
48 <%= f.submit 'Update' %> 48 <%= f.submit 'Update' %>
49 </p> 49 </p>
50<% end %> \ No newline at end of file 50<% end %>