From a0108aba8461fabbeaaadae33d3e212a4cd98e3c Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Thu, 7 Feb 2013 11:14:15 -0500 Subject: [PATCH] show log#event_type --- app/views/logs/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/logs/show.html.erb b/app/views/logs/show.html.erb index 7a09bd8a27..818177f2fb 100644 --- a/app/views/logs/show.html.erb +++ b/app/views/logs/show.html.erb @@ -2,7 +2,7 @@ - <% %w(summary created_at modified_at info).each do |attr| %> + <% %w(event_type summary created_at modified_at info).each do |attr| %> <% attrvalue = @object.send attr %> <% if attrvalue.is_a? Hash then attrvalue.each do |infokey, infocontent| %> -- 2.30.2