summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/events/index.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/events/index.html.erb b/app/views/events/index.html.erb
index b6a5b1f..f579fc0 100644
--- a/app/views/events/index.html.erb
+++ b/app/views/events/index.html.erb
@@ -2,6 +2,8 @@
2 2
3<%= link_to 'New event', new_event_path, class: 'action_button' %> 3<%= link_to 'New event', new_event_path, class: 'action_button' %>
4 4
5<%= will_paginate @events %>
6
5<table class="events_table"> 7<table class="events_table">
6 <tr class="header"> 8 <tr class="header">
7 <th>Title</th> 9 <th>Title</th>
@@ -27,5 +29,3 @@
27 </tr> 29 </tr>
28<% end %> 30<% end %>
29</table> 31</table>
30
31<%= link_to 'New event', new_event_path, class: 'action_button' %>