mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
UX: add headings to topic summary
This commit is contained in:
parent
b0238dc0ce
commit
ffc6a206e6
4 changed files with 8 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue