DEV: Add `user-stream-item-above` and `bookmark-list-before-link` plugin outlets (#28151)
* DEV: Add `user-stream-item-above` and `bookmark-list-before-link` plugin outlets * Lint
This commit is contained in:
parent
fa3f50efd0
commit
46b296527b
|
@ -81,6 +81,11 @@
|
|||
</td>
|
||||
{{/if}}
|
||||
<td class="main-link topic-list-data">
|
||||
<PluginOutlet
|
||||
@name="bookmark-list-before-link"
|
||||
@outletArgs={{hash bookmark=bookmark}}
|
||||
/>
|
||||
|
||||
<span class="link-top-line">
|
||||
<div class="bookmark-metadata">
|
||||
{{#if bookmark.reminder_at}}
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
<PluginOutlet @name="user-stream-item-above" @outletArgs={{hash item=@item}} />
|
||||
|
||||
<div class="user-stream-item__header info">
|
||||
<a
|
||||
href={{this.userUrl}}
|
||||
|
|
Loading…
Reference in New Issue