diff options
author | nfoy <nfoy@purdue.edu> | 2014-04-28 19:39:32 -0400 |
---|---|---|
committer | nfoy <nfoy@purdue.edu> | 2014-04-28 19:39:32 -0400 |
commit | 3a4412f08bed438ebf14f6cdfa5bb6eb4d239138 (patch) | |
tree | 8040568b4f793abc9d7056396b7f33ecc6cc7497 /app/views/alerts | |
parent | 10ddfede25fbe6cf448e30323e1ffee98ed6e23a (diff) |
Some more changes for alerts with messages.
Diffstat (limited to 'app/views/alerts')
-rw-r--r-- | app/views/alerts/new.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/alerts/new.html.erb b/app/views/alerts/new.html.erb index 6d04589..db5af2d 100644 --- a/app/views/alerts/new.html.erb +++ b/app/views/alerts/new.html.erb @@ -2,4 +2,4 @@ <%= render 'form' %> -<%= link_to 'Back', alerts_path %> +<%= link_to 'See past Alerts', alerts_path %> |