summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-09 18:55:04 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-09 18:55:04 +0200
commit6dcbf019deda9ec2809f8735c8b10ba3a5701189 (patch)
treeee1ce2a474b322de95321fb3d308c5b01e368ca1 /app/views
parent7b57d898da07811bb35ec088cb12505783a55214 (diff)
Add an events view for events without node, part 2
Diffstat (limited to 'app/views')
-rw-r--r--app/views/events/index.html.erb1
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