summaryrefslogtreecommitdiff
path: root/app/views/alerts/show.html.erb
blob: eeab7f77cb7e9ba3e8724ede184ba1179518a04a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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 %>