diff --git a/app/views/auditor/panel/audits/_index_tbody.html.erb b/app/views/auditor/panel/audits/_index_tbody.html.erb
index b1b2770..7d5f80e 100644
--- a/app/views/auditor/panel/audits/_index_tbody.html.erb
+++ b/app/views/auditor/panel/audits/_index_tbody.html.erb
@@ -1,11 +1,11 @@
<%= model.operator&.name %>
-
+
<%= model.action %>
<%= model.controller_path %>/<%= model.action_name %>
<%= model.remote_ip %>
+ <%= model.note %>
|
-<%= model.note %> |
<% max_width = model.audited_changes_i18n.keys.map(&:length).max %>
<% model.audited_changes_i18n.each do |key, value| %>
diff --git a/app/views/auditor/panel/audits/_index_thead.html.erb b/app/views/auditor/panel/audits/_index_thead.html.erb
index be743b6..8bca4e3 100644
--- a/app/views/auditor/panel/audits/_index_thead.html.erb
+++ b/app/views/auditor/panel/audits/_index_thead.html.erb
@@ -1,4 +1,6 @@
- | <%= Auditor::Audit.human_attribute_name(:operator) %> |
-<%= Auditor::Audit.human_attribute_name(:note) %> |
-<%= Auditor::Audit.human_attribute_name(:audited_changes) %> |
+
+ <%= Auditor::Audit.human_attribute_name(:operator) %>
+ <%= Auditor::Audit.human_attribute_name(:note) %>
+ |
+<%= Auditor::Audit.human_attribute_name(:audited_changes) %> |
<%= Auditor::Audit.human_attribute_name(:related_changes) %> |