diff --git a/app/assets/javascripts/discourse/templates/components/reviewable-score.hbs b/app/assets/javascripts/discourse/templates/components/reviewable-score.hbs index 6de7133f5d0..e19c9ceb65e 100644 --- a/app/assets/javascripts/discourse/templates/components/reviewable-score.hbs +++ b/app/assets/javascripts/discourse/templates/components/reviewable-score.hbs @@ -15,7 +15,7 @@ {{format-score rs.score}} - {{format-date rs.created_at}} + {{format-date rs.created_at format="tiny"}} @@ -46,7 +46,7 @@ {{#if rs.reviewable_conversation}} - +
{{#each rs.reviewable_conversation.conversation_posts as |p index|}} {{reviewable-conversation-post post=p index=index}}