diff --git a/app/assets/javascripts/discourse/templates/user/summary.hbs b/app/assets/javascripts/discourse/templates/user/summary.hbs index 40c2fa3581a..b8d433a9171 100644 --- a/app/assets/javascripts/discourse/templates/user/summary.hbs +++ b/app/assets/javascripts/discourse/templates/user/summary.hbs @@ -16,7 +16,7 @@
-
+

{{i18n "user.summary.top_replies"}}

{{#if model.replies.length}}
    @@ -43,7 +43,7 @@

    {{i18n "user.summary.no_replies"}}

    {{/if}}
-
+

{{i18n "user.summary.top_topics"}}

{{#if model.topics.length}}
    @@ -73,7 +73,7 @@
-