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