blob: 5dda2c9beab4b791793972b218fd1160c0dcfcf9 (
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 %>
|