UX: add headings to topic summary

This commit is contained in:
Jeff Atwood 2015-05-21 15:30:10 -07:00
parent b0238dc0ce
commit ffc6a206e6
4 changed files with 8 additions and 3 deletions

View file

@ -56,6 +56,7 @@
{{#unless mapCollapsed}}
<section class='avatars clearfix'>
<h3>{{i18n 'topic_map.participants_title'}}</h3>
{{#each p in details.participants}}
{{topic-participant participant=p}}
{{/each}}
@ -63,7 +64,7 @@
{{#if infoLinks}}
<section class='links'>
<h3>{{i18n 'topic_map.links_title'}}</h3>
<table class='topic-links'>
{{#each link in infoLinks}}
<tr>

View file

@ -320,8 +320,9 @@ a.star {
h3 {
margin-bottom: 4px;
color: $primary;
color: scale-color($primary, $lightness: 50%);
line-height: 23px;
font-weight: normal;
}
h4 {

View file

@ -158,8 +158,9 @@ a.star {
h3 {
margin-bottom: 4px;
color: $primary;
color: scale-color($primary, $lightness: 50%);
line-height: 23px;
font-weight: normal;
}
h4 {

View file

@ -1480,6 +1480,8 @@ en:
topic_map:
title: "Topic Summary"
participants_title: "Frequent Posters"
links_title: "Popular Links"
links_shown: "show all {{totalLinks}} links..."
clicks:
one: "1 click"