From a19f69590a8439b77e06371b483bd5ace8af5b3a Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Fri, 14 Dec 2018 10:39:22 -0500 Subject: [PATCH] DEV: add "topic-list-before-relative-date" plugin outlet --- .../discourse/templates/list/activity-column.raw.hbs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/list/activity-column.raw.hbs b/app/assets/javascripts/discourse/templates/list/activity-column.raw.hbs index 5bb3d822801..cb31efc0100 100644 --- a/app/assets/javascripts/discourse/templates/list/activity-column.raw.hbs +++ b/app/assets/javascripts/discourse/templates/list/activity-column.raw.hbs @@ -1 +1,6 @@ -<{{tagName}} class="{{class}} {{cold-age-class topic.createdAt startDate=topic.bumpedAt class=""}} activity" title="{{{topic.bumpedAtTitle}}}">{{format-date topic.bumpedAt format="tiny" noTitle="true"}} +<{{tagName}} class="{{class}} {{cold-age-class topic.createdAt startDate=topic.bumpedAt class=""}} activity" title="{{{topic.bumpedAtTitle}}}"> + + {{raw-plugin-outlet name="topic-list-before-relative-date"}} + {{format-date topic.bumpedAt format="tiny" noTitle="true"}} + +