mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 03:09:43 +00:00
UX: add headings to topic summary
This commit is contained in:
parent
b0238dc0ce
commit
ffc6a206e6
@ -56,6 +56,7 @@
|
|||||||
|
|
||||||
{{#unless mapCollapsed}}
|
{{#unless mapCollapsed}}
|
||||||
<section class='avatars clearfix'>
|
<section class='avatars clearfix'>
|
||||||
|
<h3>{{i18n 'topic_map.participants_title'}}</h3>
|
||||||
{{#each p in details.participants}}
|
{{#each p in details.participants}}
|
||||||
{{topic-participant participant=p}}
|
{{topic-participant participant=p}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
@ -63,7 +64,7 @@
|
|||||||
|
|
||||||
{{#if infoLinks}}
|
{{#if infoLinks}}
|
||||||
<section class='links'>
|
<section class='links'>
|
||||||
|
<h3>{{i18n 'topic_map.links_title'}}</h3>
|
||||||
<table class='topic-links'>
|
<table class='topic-links'>
|
||||||
{{#each link in infoLinks}}
|
{{#each link in infoLinks}}
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -320,8 +320,9 @@ a.star {
|
|||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
color: $primary;
|
color: scale-color($primary, $lightness: 50%);
|
||||||
line-height: 23px;
|
line-height: 23px;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
|
@ -158,8 +158,9 @@ a.star {
|
|||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
color: $primary;
|
color: scale-color($primary, $lightness: 50%);
|
||||||
line-height: 23px;
|
line-height: 23px;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
|
@ -1480,6 +1480,8 @@ en:
|
|||||||
|
|
||||||
topic_map:
|
topic_map:
|
||||||
title: "Topic Summary"
|
title: "Topic Summary"
|
||||||
|
participants_title: "Frequent Posters"
|
||||||
|
links_title: "Popular Links"
|
||||||
links_shown: "show all {{totalLinks}} links..."
|
links_shown: "show all {{totalLinks}} links..."
|
||||||
clicks:
|
clicks:
|
||||||
one: "1 click"
|
one: "1 click"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user