diff --git a/webapp/components/generic/SearchPost/SearchPost.vue b/webapp/components/generic/SearchPost/SearchPost.vue index 3da6056ba..23d7e7a69 100644 --- a/webapp/components/generic/SearchPost/SearchPost.vue +++ b/webapp/components/generic/SearchPost/SearchPost.vue @@ -1,31 +1,19 @@ - - - {{ option.title | truncate(70) }} - - - - - - - {{ option.commentsCount }} - - - - {{ option.shoutedCount }} - - - - - - - {{ option.author.name | truncate(32) }} - - {{ option.createdAt | dateTime('dd.MM.yyyy') }} - - - - - + + {{ option.title | truncate(70) }} + + + {{ option.commentsCount }} + + {{ option.shoutedCount }} + + + + {{ option.author.name | truncate(32) }} - + {{ option.createdAt | dateTime('dd.MM.yyyy') }} + + +
{{ option.title | truncate(70) }}