diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/events/index.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/events/index.html.erb b/app/views/events/index.html.erb index f579fc0..8127e3a 100644 --- a/app/views/events/index.html.erb +++ b/app/views/events/index.html.erb | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | <h1>Events</h1> | 1 | <h1>Events</h1> |
| 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 | <%= link_to 'View events without a page →', without_node_events_path %> | ||
| 4 | 5 | ||
| 5 | <%= will_paginate @events %> | 6 | <%= will_paginate @events %> |
| 6 | 7 | ||
