summaryrefslogtreecommitdiff
path: root/app/views/alerts/edit.html.erb
blob: ad99164a8f611edacff3860ac7002add72b55d1d (plain)
1
2
3
4
5
6
<h1>Editing alert</h1>

<%= render 'form' %>

<%= link_to 'Show', @alert %> |
<%= link_to 'Back', alerts_path %>