diff --git a/ui/app/views/directives/log-entry.html b/ui/app/views/directives/log-entry.html
index e1f70d9e50..47f43875e4 100644
--- a/ui/app/views/directives/log-entry.html
+++ b/ui/app/views/directives/log-entry.html
@@ -3,7 +3,7 @@
-
+
diff --git a/ui/app/views/directives/search/case.html b/ui/app/views/directives/search/case.html
index 26e5363e4a..100d513527 100644
--- a/ui/app/views/directives/search/case.html
+++ b/ui/app/views/directives/search/case.html
@@ -5,7 +5,7 @@
- {{getUserInfo.get(value.user) | getField: 'name'}}
+ {{getUserInfo.get(value.owner) | getField: 'name'}}
diff --git a/ui/app/views/directives/search/observable-job.html b/ui/app/views/directives/search/observable-job.html
index 5375eb6b35..ac1937fafa 100644
--- a/ui/app/views/directives/search/observable-job.html
+++ b/ui/app/views/directives/search/observable-job.html
@@ -5,7 +5,7 @@
- {{getUserInfo.get(value.user) | getField: 'name'}}
+ {{getUserInfo.get(value.createdBy) | getField: 'name'}}
Started on
diff --git a/ui/app/views/directives/search/observable.html b/ui/app/views/directives/search/observable.html
index 4c776478fd..c9d6ba2fc6 100644
--- a/ui/app/views/directives/search/observable.html
+++ b/ui/app/views/directives/search/observable.html
@@ -9,7 +9,7 @@
-
{{getUserInfo.get(value.user) | getField: 'name'}}
+
{{getUserInfo.get(value.createdBy) | getField: 'name'}}
diff --git a/ui/app/views/directives/search/task-log.html b/ui/app/views/directives/search/task-log.html
index 5eba6f121b..1c7b2b826d 100644
--- a/ui/app/views/directives/search/task-log.html
+++ b/ui/app/views/directives/search/task-log.html
@@ -1,6 +1,6 @@
diff --git a/ui/app/views/directives/search/task.html b/ui/app/views/directives/search/task.html
index 626070b72a..ad20a41ff2 100644
--- a/ui/app/views/directives/search/task.html
+++ b/ui/app/views/directives/search/task.html
@@ -5,7 +5,7 @@
-
{{getUserInfo.get(value.user) | getField: 'name'}}
+
{{getUserInfo.get(value.owner) | getField: 'name'}}
diff --git a/ui/app/views/partials/case/case.merge.html b/ui/app/views/partials/case/case.merge.html
index 8351ea9bdc..3219a5a208 100644
--- a/ui/app/views/partials/case/case.merge.html
+++ b/ui/app/views/partials/case/case.merge.html
@@ -32,7 +32,7 @@
{{c.title}}
-
+
diff --git a/ui/app/views/partials/case/case.panelinfo.html b/ui/app/views/partials/case/case.panelinfo.html
index 46d815771d..856f1793ab 100644
--- a/ui/app/views/partials/case/case.panelinfo.html
+++ b/ui/app/views/partials/case/case.panelinfo.html
@@ -19,7 +19,7 @@
- Created by
+ Created by