From b72dbb0be0313a940cee4aab1f8746aef600b192 Mon Sep 17 00:00:00 2001 From: Jeff Wong Date: Wed, 4 Sep 2019 11:29:05 -0700 Subject: [PATCH] FEATURE: add before-topic-progress plugin outlet --- app/assets/javascripts/discourse/templates/topic.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/javascripts/discourse/templates/topic.hbs b/app/assets/javascripts/discourse/templates/topic.hbs index f58cc7fd56c..7e6081a2f4f 100644 --- a/app/assets/javascripts/discourse/templates/topic.hbs +++ b/app/assets/javascripts/discourse/templates/topic.hbs @@ -134,6 +134,7 @@ topic=model expanded=info.topicProgressExpanded jumpToPost=(action "jumpToPost")}} + {{plugin-outlet name="before-topic-progress" args=(hash model=model jumpToPost=(action "jumpToPost"))}} {{#if info.renderAdminMenuButton}} {{topic-admin-menu-button topic=model