mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 13:09:33 -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">
|
||||
<thead class="topic-list-header">
|
||||
{{#unless this.site.mobileView}}
|
||||
<th class="topic-list-data">{{i18n "topic.title"}}</th>
|
||||
<th class="topic-list-data"> </th>
|
||||
<th class="post-metadata topic-list-data">{{i18n
|
||||
"post.bookmarks.updated"
|
||||
}}</th>
|
||||
<th class="post-metadata topic-list-data">{{i18n "activity"}}</th>
|
||||
<th> </th>
|
||||
<PluginOutlet @name="bookmark-list-table-header">
|
||||
<th class="topic-list-data">{{i18n "topic.title"}}</th>
|
||||
<th class="topic-list-data"> </th>
|
||||
<th class="post-metadata topic-list-data">{{i18n
|
||||
"post.bookmarks.updated"
|
||||
}}</th>
|
||||
<th class="post-metadata topic-list-data">{{i18n "activity"}}</th>
|
||||
<th> </th>
|
||||
</PluginOutlet>
|
||||
{{/unless}}
|
||||
</thead>
|
||||
<tbody class="topic-list-body">
|
||||
@ -97,7 +99,7 @@
|
||||
>{{html-safe bookmark.excerpt}}</p>
|
||||
</th>
|
||||
{{#unless this.site.mobileView}}
|
||||
<td class="topic-list-data">
|
||||
<td class="author-avatar topic-list-data">
|
||||
{{#if bookmark.user.avatar_template}}
|
||||
<a
|
||||
href={{bookmark.user.path}}
|
||||
|
Loading…
Reference in New Issue
Block a user