summaryrefslogtreecommitdiff
path: root/app/views/events/index.html.erb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-03 18:16:53 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-03 18:16:53 +0200
commit3789a7943761c1d0995bf2ec199c588c69d41699 (patch)
treebdac9a41c068b2ef6aee9d6cbfb485a377ff74bd /app/views/events/index.html.erb
parent5692777652a28ee66463fa4a4b79928fd90c79fc (diff)
Reroute events, tags, menuitems under /admin and reture events-without-a-page view
Diffstat (limited to 'app/views/events/index.html.erb')
-rw-r--r--app/views/events/index.html.erb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/events/index.html.erb b/app/views/events/index.html.erb
index d07d6f82..a2710c2a 100644
--- a/app/views/events/index.html.erb
+++ b/app/views/events/index.html.erb
@@ -4,7 +4,6 @@
4 <%= link_to new_event_path, class: 'action_button' do %> 4 <%= link_to new_event_path, class: 'action_button' do %>
5 <%= icon("plus", library: "tabler", "aria-hidden": true) %> <%= t(".create_event") %> 5 <%= icon("plus", library: "tabler", "aria-hidden": true) %> <%= t(".create_event") %>
6 <% end %> 6 <% end %>
7 <%= link_to t(".without_page_link"), without_node_events_path %>
8</div> 7</div>
9 8
10<%= will_paginate @events %> 9<%= will_paginate @events %>