DEV: add "topic-list-before-relative-date" plugin outlet

This commit is contained in:
Penar Musaraj 2018-12-14 10:39:22 -05:00
parent 124ae46763
commit a19f69590a
1 changed files with 6 additions and 1 deletions

View File

@ -1 +1,6 @@
<{{tagName}} class="{{class}} {{cold-age-class topic.createdAt startDate=topic.bumpedAt class=""}} activity" title="{{{topic.bumpedAtTitle}}}"><a class="post-activity" href="{{topic.lastPostUrl}}">{{format-date topic.bumpedAt format="tiny" noTitle="true"}}</a></{{tagName}}>
<{{tagName}} class="{{class}} {{cold-age-class topic.createdAt startDate=topic.bumpedAt class=""}} activity" title="{{{topic.bumpedAtTitle}}}">
<a class="post-activity" href="{{topic.lastPostUrl}}">
{{raw-plugin-outlet name="topic-list-before-relative-date"}}
{{format-date topic.bumpedAt format="tiny" noTitle="true"}}
</a>
</{{tagName}}>