From c20d26a500ff1c7bac8556a312d2bd731150a911 Mon Sep 17 00:00:00 2001 From: Jeff Wong Date: Tue, 3 Sep 2019 19:39:01 -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 e5625d000ea..c4122b52fb3 100644 --- a/app/assets/javascripts/discourse/templates/topic.hbs +++ b/app/assets/javascripts/discourse/templates/topic.hbs @@ -145,6 +145,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