diff --git a/app/components/post/PostDetail.vue b/app/components/post/PostDetail.vue index 7410a7f..c2d81e7 100644 --- a/app/components/post/PostDetail.vue +++ b/app/components/post/PostDetail.vue @@ -11,6 +11,15 @@ class="relative bg-gradient-to-br from-slate-50 to-slate-100 dark:from-slate-800 dark:to-slate-900 p-8 border-b dark:border-gray-800">
+ {{ post.type.replace('_', ' ') }} @@ -256,6 +265,53 @@
+ +
+
+ + +
+

+ Publication history +

+ +
+ + +
+
+
+ + + {{ formatAction(entry.actionType) }} + +
+ +
+ +
+
+ {{ entry.description }} +
+
+ {{ new Date(entry.timestamp).toLocaleString() }} +
+
+
+
+
+
+
+
\ No newline at end of file +