From 3ef73244d6acaa3a16f4c9c4c276d30cc2753f2a Mon Sep 17 00:00:00 2001 From: guntasgrewal Date: Sun, 27 Apr 2014 22:17:31 -0400 Subject: Fixed Alerts author field issue. --- app/views/alerts/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/alerts/show.html.erb') diff --git a/app/views/alerts/show.html.erb b/app/views/alerts/show.html.erb index 59d8094..398a10e 100644 --- a/app/views/alerts/show.html.erb +++ b/app/views/alerts/show.html.erb @@ -1,6 +1,6 @@

Author: - <%# @alert.author %> + <%= @alert.author.user_name %>

-- cgit v1.2.3-2-g168b