summaryrefslogtreecommitdiff
path: root/app/views/alerts/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/alerts/show.html.erb')
-rw-r--r--app/views/alerts/show.html.erb14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/views/alerts/show.html.erb b/app/views/alerts/show.html.erb
deleted file mode 100644
index eeab7f7..0000000
--- a/app/views/alerts/show.html.erb
+++ /dev/null
@@ -1,14 +0,0 @@
-<p id="notice"><%= notice %></p>
-
-<p>
- <strong>Author:</strong>
- <%= @alert.author %>
-</p>
-
-<p>
- <strong>Message:</strong>
- <%= @alert.message %>
-</p>
-
-<%= link_to 'Edit', edit_alert_path(@alert) %> |
-<%= link_to 'Back', alerts_path %>