summaryrefslogtreecommitdiff
path: root/app/views/events/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/events/index.html.erb')
-rw-r--r--app/views/events/index.html.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/events/index.html.erb b/app/views/events/index.html.erb
index c4f0a7f9..14790526 100644
--- a/app/views/events/index.html.erb
+++ b/app/views/events/index.html.erb
@@ -4,6 +4,8 @@
4 :label => t(".create_event"), 4 :label => t(".create_event"),
5 :options => [[t(".create_event"), new_event_path]] %> 5 :options => [[t(".create_event"), new_event_path]] %>
6 6
7<%= render "shared/search_form", :placeholder => t(".search_placeholder") %>
8
7<%= will_paginate @events %> 9<%= will_paginate @events %>
8 10
9<table class="events_table"> 11<table class="events_table">