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/show.html.erb | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 app/views/occurrences/show.html.erb (limited to 'app/views/occurrences/show.html.erb') diff --git a/app/views/occurrences/show.html.erb b/app/views/occurrences/show.html.erb deleted file mode 100644 index 9e831cf3..00000000 --- a/app/views/occurrences/show.html.erb +++ /dev/null @@ -1,28 +0,0 @@ -

- Summary: - <%=h @occurrence.summary %> -

- -

- Start time: - <%=h @occurrence.start_time %> -

- -

- End time: - <%=h @occurrence.end_time %> -

- -

- Node: - <%=h @occurrence.node_id %> -

- -

- Event: - <%=h @occurrence.event_id %> -

- - -<%= link_to 'Edit', edit_occurrence_path(@occurrence) %> | -<%= link_to 'Back', occurrences_path %> \ No newline at end of file -- cgit v1.3