From ffc6a206e67b2cf66a04a23c4aabceb501e571af Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 21 May 2015 15:30:10 -0700 Subject: [PATCH] UX: add headings to topic summary --- .../javascripts/discourse/templates/components/topic-map.hbs | 3 ++- app/assets/stylesheets/desktop/topic-post.scss | 3 ++- app/assets/stylesheets/mobile/topic-post.scss | 3 ++- config/locales/client.en.yml | 2 ++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/components/topic-map.hbs b/app/assets/javascripts/discourse/templates/components/topic-map.hbs index 11a5a14b6..7d7100679 100644 --- a/app/assets/javascripts/discourse/templates/components/topic-map.hbs +++ b/app/assets/javascripts/discourse/templates/components/topic-map.hbs @@ -56,6 +56,7 @@ {{#unless mapCollapsed}}
+

{{i18n 'topic_map.participants_title'}}

{{#each p in details.participants}} {{topic-participant participant=p}} {{/each}} @@ -63,7 +64,7 @@ {{#if infoLinks}}