diff --git a/webapp/components/PostCard.vue b/webapp/components/PostCard.vue index 1fe303fec..87f56e7e3 100644 --- a/webapp/components/PostCard.vue +++ b/webapp/components/PostCard.vue @@ -4,11 +4,18 @@ :image="post.image" :class="{'post-card': true, 'disabled-content': post.disabled}" > - {{ post.title }} + {{ post.title }} - + @@ -17,12 +24,20 @@ align="right" size="small" color="soft" - >{{ post.createdAt | dateTime('dd. MMMM yyyy HH:mm') }} + > + {{ post.createdAt | dateTime('dd. MMMM yyyy HH:mm') }} + - + - + @@ -36,16 +51,20 @@ - + {{ post.shoutedCount }} - + {{ post.commentsCount }} - +