show featured topic links on categories-with-latest page too

This commit is contained in:
Neil Lalonde 2016-12-05 16:29:27 -05:00
parent 56ee4ffadc
commit 007408c285
3 changed files with 11 additions and 0 deletions

View File

@ -12,6 +12,9 @@
<tr>
{{topic-status topic=topic}}
{{topic-link topic}}
{{#if topic.featured_link}}
{{topic-featured-link topic}}
{{/if}}
{{topic-post-badges newPosts=topic.totalUnread unseen=topic.unseen url=topic.lastUnreadUrl}}
</tr>
<tr>

View File

@ -88,6 +88,10 @@ html.anon .topic-list a.title:visited:not(.badge-notification) {color: dark-ligh
}
}
.topic-featured-link {
padding-left: 5px;
}
.topic-excerpt {
font-size: 0.929em;
margin-top: 8px;

View File

@ -151,6 +151,10 @@
font-size: 0.75em;
}
.topic-featured-link {
padding-left: 8px;
}
.topic-list {
.posts {
width: 100%;