diff --git a/app/components/cards/article-card.hbs b/app/components/cards/article-card.hbs index a126dae8c..f05eb5620 100644 --- a/app/components/cards/article-card.hbs +++ b/app/components/cards/article-card.hbs @@ -1,5 +1,5 @@
@@ -8,32 +8,31 @@
{{article.authorName}}
-
- +

- {{#if article.pinned}}{{/if}} - {{article.title}} + {{#if @article.pinned}}{{/if}} + {{@article.title}}

- {{#if article.group}} + {{#if @article.group}} - {{article.authorName}} + {{@article.authorName}} {{else}} - {{article.authorName}} + {{@article.authorName}} {{/if}} @@ -66,18 +65,18 @@

- {{#if showExcerpt}} - {{clean-markdown article.excerpt}} + {{#if @showExcerpt}} + {{clean-markdown @article.excerpt}} {{else}} {{markdown-to-html - article.contentCamofied + @article.contentCamofied extensions='youtubeEmbed bootstrapTable' }} {{/if}}

{{t 'component.cards.articleCard.reactions' - count=article.amountOfComments + count=@article.amountOfComments }} - {{#if useMaxHeight}} -