From 22c690749e154a5426c4f190fbbc08a5dee2eeee Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 25 Jul 2026 17:29:35 +0200 Subject: Retire the unroutable occurrences scaffolding --- app/views/occurrences/index.html.erb | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 app/views/occurrences/index.html.erb (limited to 'app/views/occurrences/index.html.erb') diff --git a/app/views/occurrences/index.html.erb b/app/views/occurrences/index.html.erb deleted file mode 100644 index aa084ed9..00000000 --- a/app/views/occurrences/index.html.erb +++ /dev/null @@ -1,30 +0,0 @@ -

Occurrences

- - - - - - - - - - -<% @occurrences.each do |occurrence| %> - - - - - - - - - - -<% end %> -
SummaryStart timeEnd timeNodeEvent
<%=h occurrence.summary %><%=h occurrence.start_time %><%=h occurrence.end_time %><%=h occurrence.node_id %><%=h occurrence.event_id %><%= link_to 'Show', occurrence %><%= link_to 'Edit', edit_occurrence_path(occurrence) %><%= button_to occurrence, method: :delete, form: { data: { confirm: 'Are you sure?' }, class: 'button_to destructive' } do %> - <%= icon("trash", library: "tabler", "aria-hidden": true) %> Destroy - <% end %>
- -
- -<%= link_to 'New occurrence', new_occurrence_path %> -- cgit v1.3