mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
DEV: Adding plugin outlets to avoid overrides (#14433)
This commit is contained in:
parent
8cef6dabb5
commit
e5754dedf4
@ -1,3 +1,4 @@
|
||||
{{plugin-outlet name="above-latest-topic-list-item" tagName=""}}
|
||||
<div class="topic-poster">
|
||||
{{#user-link user=topic.lastPosterUser}}
|
||||
{{avatar topic.lastPosterUser imageSize="large"}}
|
||||
|
@ -3,6 +3,7 @@
|
||||
<tr data-category-id={{category.id}} data-notification-level={{category.notificationLevelString}} class="{{if category.description_excerpt "has-description" "no-description"}} {{if category.uploaded_logo.url "has-logo" "no-logo"}}">
|
||||
<td class="category {{if isMuted "muted"}} {{if noCategoryStyle "no-category-style"}}" style={{unless noCategoryStyle (border-color category.color)}}>
|
||||
{{category-title-link category=category}}
|
||||
{{plugin-outlet name="below-category-title-link" tagName="" args=(hash category=category)}}
|
||||
{{#if category.description_excerpt}}
|
||||
<div class="category-description">
|
||||
{{dir-span category.description_excerpt htmlSafe="true"}}
|
||||
|
@ -8,6 +8,7 @@
|
||||
{{plugin-outlet name="discovery-list-controls-above"}}
|
||||
|
||||
<div class="list-controls">
|
||||
{{plugin-outlet name="discovery-navigation-bar-above" tagName=""}}
|
||||
<div class="container">
|
||||
{{outlet "navigation-bar"}}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user