show log#event_type
authorTom Clegg <tom@clinicalfuture.com>
Thu, 7 Feb 2013 16:14:15 +0000 (11:14 -0500)
committerTom Clegg <tom@clinicalfuture.com>
Thu, 7 Feb 2013 16:14:15 +0000 (11:14 -0500)
app/views/logs/show.html.erb

index 7a09bd8a27745ec8b73b813b538a7527705df8b8..818177f2fb64d3eb6bbe94fd7d347d7820cfda81 100644 (file)
@@ -2,7 +2,7 @@
   <thead>
   </thead>
   <tbody>
-    <% %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| %>
     <tr>