summaryrefslogtreecommitdiff
path: root/app/views/occurrences/show.html.erb
diff options
context:
space:
mode:
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