diff options
Diffstat (limited to 'app/views/alerts')
-rw-r--r-- | app/views/alerts/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/alerts/show.html.erb b/app/views/alerts/show.html.erb index 5dda2c9..59d8094 100644 --- a/app/views/alerts/show.html.erb +++ b/app/views/alerts/show.html.erb @@ -1,6 +1,6 @@ <p> <strong>Author:</strong> - <%= @alert.author %> + <%# @alert.author %> </p> <p> |