app/views/effective/logs/_log.html.haml in effective_logging-3.0.11 vs app/views/effective/logs/_log.html.haml in effective_logging-3.0.12
- old
+ new
@@ -38,16 +38,15 @@
- log.details.each do |key, value|
- next unless value.present?
.row
.col-md-12
- %p
+ .mt-3
%strong= "#{key.to_s.titleize}:"
= format_log_details_value(log, key)
- if log.logs.present?
%hr
%p This log contains #{log.logs_count} additional sub entries:
- unless log.datatable.nil?
= render_datatable(log.datatable)
-