app/views/effective/logs/_log.html.haml in effective_logging-1.2.0 vs app/views/effective/logs/_log.html.haml in effective_logging-1.2.1
- old
+ new
@@ -45,10 +45,10 @@
.col-lg-12
%br
%p
%strong Additional Entries:
= "this log contains #{log.logs_count} additional sub entries"
- - if log.datatable.present?
+ - if log.datatable.nil? == false
%hr
.row
- .col-lg-12= render_datatable log.datatable
+ .col-lg-12= render_datatable(log.datatable)