diff options
Diffstat (limited to 'app/views/alerts/edit.html.erb')
-rw-r--r-- | app/views/alerts/edit.html.erb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/alerts/edit.html.erb b/app/views/alerts/edit.html.erb new file mode 100644 index 0000000..ad99164 --- /dev/null +++ b/app/views/alerts/edit.html.erb @@ -0,0 +1,6 @@ +<h1>Editing alert</h1> + +<%= render 'form' %> + +<%= link_to 'Show', @alert %> | +<%= link_to 'Back', alerts_path %> |