mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Wrap bookmark-list table header in plugin outlet (#23817)
This commit is contained in:
parent
6c836af532
commit
20700c7c19
@ -6,13 +6,15 @@
|
|||||||
<table class="topic-list bookmark-list">
|
<table class="topic-list bookmark-list">
|
||||||
<thead class="topic-list-header">
|
<thead class="topic-list-header">
|
||||||
{{#unless this.site.mobileView}}
|
{{#unless this.site.mobileView}}
|
||||||
<th class="topic-list-data">{{i18n "topic.title"}}</th>
|
<PluginOutlet @name="bookmark-list-table-header">
|
||||||
<th class="topic-list-data"> </th>
|
<th class="topic-list-data">{{i18n "topic.title"}}</th>
|
||||||
<th class="post-metadata topic-list-data">{{i18n
|
<th class="topic-list-data"> </th>
|
||||||
"post.bookmarks.updated"
|
<th class="post-metadata topic-list-data">{{i18n
|
||||||
}}</th>
|
"post.bookmarks.updated"
|
||||||
<th class="post-metadata topic-list-data">{{i18n "activity"}}</th>
|
}}</th>
|
||||||
<th> </th>
|
<th class="post-metadata topic-list-data">{{i18n "activity"}}</th>
|
||||||
|
<th> </th>
|
||||||
|
</PluginOutlet>
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
</thead>
|
</thead>
|
||||||
<tbody class="topic-list-body">
|
<tbody class="topic-list-body">
|
||||||
@ -97,7 +99,7 @@
|
|||||||
>{{html-safe bookmark.excerpt}}</p>
|
>{{html-safe bookmark.excerpt}}</p>
|
||||||
</th>
|
</th>
|
||||||
{{#unless this.site.mobileView}}
|
{{#unless this.site.mobileView}}
|
||||||
<td class="topic-list-data">
|
<td class="author-avatar topic-list-data">
|
||||||
{{#if bookmark.user.avatar_template}}
|
{{#if bookmark.user.avatar_template}}
|
||||||
<a
|
<a
|
||||||
href={{bookmark.user.path}}
|
href={{bookmark.user.path}}
|
||||||
|
Loading…
Reference in New Issue
Block a user