diff --git a/src/views/contents/contentcards/NContentCard.vue b/src/views/contents/contentcards/NContentCard.vue index f14e559..326f8c5 100644 --- a/src/views/contents/contentcards/NContentCard.vue +++ b/src/views/contents/contentcards/NContentCard.vue @@ -1,167 +1,10 @@ - - - - - - - - - {{ props.content.createdByName }} - - - {{ time_ago(props.content.createdAt) }} - - - - - - - mdi-dots-vertical - - - - - {{$t('contentCard.edit')}} - - - {{$t('contentCard.delete')}} - - - - - - {{ props.content.title }} - - - {{ props.content.description }} - - - - - - - - - - - {{ isExpanded ? 'Collapse' : 'Expand' }} - - - - - - - - - - - - - - - - - mdi-comment-outline - {{ messageCount }} - - - - - - - - {{ $t('contentCard.commenttitle') }} - - - - - - - - - - - - - - - - - {{$t('contentCard.deletecontenttitle')}} - - - - mdi-close - - - - - - {{$t('contentCard.deeletecontentwarning')}} - - - - - {{$t('general.yes')}} - - - {{$t('general.no')}} - - - - - - - - + + + + + + + + + + + {{ time_ago(props.content.createdAt) }} + + + + mdi-dots-vertical + + + + + {{$t('contentCard.delete')}} + + + + + + + + {{ props.content.title }} + + + + + + + {{$t('contentCard.deletecontenttitle')}} + + mdi-close + + + {{$t('contentCard.deeletecontentwarning')}} + + {{$t('general.yes')}} + {{$t('general.no')}} + + + + +