summaryrefslogtreecommitdiff
path: root/app/views/alerts/show.html.erb
blob: 398a10e5e22d317b06f520c73a1aa5bffec1a38c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<p>
  <strong>Author:</strong>
  <%= @alert.author.user_name %>
</p>

<p>
  <strong>Message:</strong>
  <%= @alert.message %>
</p>

<%= link_to 'Edit', edit_alert_path(@alert) %> |
<%= link_to 'Back', alerts_path %>