diff --git a/matsen-tool/src/app/_components/linked-label/linked-label.component.html b/matsen-tool/src/app/_components/linked-label/linked-label.component.html
index 807914d..37573db 100644
--- a/matsen-tool/src/app/_components/linked-label/linked-label.component.html
+++ b/matsen-tool/src/app/_components/linked-label/linked-label.component.html
@@ -5,10 +5,9 @@
{{product.name}}
-
-
{{contact.firstName}} {{contact.lastName}}
+
+
{{contact.firstName}} {{contact.lastName}}
-
-
{{user.firstName}} {{user.lastName}}
+
{{user.firstName}} {{user.lastName}}
diff --git a/matsen-tool/src/app/_views/posts/new-post/new-post.component.html b/matsen-tool/src/app/_views/posts/new-post/new-post.component.html
index c317d54..5e6c5c5 100644
--- a/matsen-tool/src/app/_views/posts/new-post/new-post.component.html
+++ b/matsen-tool/src/app/_views/posts/new-post/new-post.component.html
@@ -11,7 +11,7 @@
{{ post.owner?.firstName }} {{ post.owner?.lastName }}
+{{ post.owner?.fullName }}
{{ post.createdAt | date:'dd.MM.YYYY' }}
-{{ post.owner?.fullName }}
-