summaryrefslogtreecommitdiff
path: root/app/views/occurrences/show.html.erb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-25 17:29:35 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-25 17:29:35 +0200
commit22c690749e154a5426c4f190fbbc08a5dee2eeee (patch)
tree4c3b9f7d1b79d5862a9729c45b7e31035f81957a /app/views/occurrences/show.html.erb
parentb7dee77cd1dd6f70e3bfa55df8b61681e9db321e (diff)
Retire the unroutable occurrences scaffolding
Diffstat (limited to 'app/views/occurrences/show.html.erb')
-rw-r--r--app/views/occurrences/show.html.erb28
1 files changed, 0 insertions, 28 deletions
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 @@
1<p>
2 <b>Summary:</b>
3 <%=h @occurrence.summary %>
4</p>
5
6<p>
7 <b>Start time:</b>
8 <%=h @occurrence.start_time %>
9</p>
10
11<p>
12 <b>End time:</b>
13 <%=h @occurrence.end_time %>
14</p>
15
16<p>
17 <b>Node:</b>
18 <%=h @occurrence.node_id %>
19</p>
20
21<p>
22 <b>Event:</b>
23 <%=h @occurrence.event_id %>
24</p>
25
26
27<%= link_to 'Edit', edit_occurrence_path(@occurrence) %> |
28<%= link_to 'Back', occurrences_path %> \ No newline at end of file