From fdb342f0f0d6c9d5bc15e5f80cc6fe7dcc6fb240 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Wed, 1 Nov 2017 14:25:10 -0400 Subject: [PATCH] Add a plugin outlet before the group content --- app/assets/javascripts/discourse/templates/group.hbs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/javascripts/discourse/templates/group.hbs b/app/assets/javascripts/discourse/templates/group.hbs index b6076c69e0c..909c3f6e152 100644 --- a/app/assets/javascripts/discourse/templates/group.hbs +++ b/app/assets/javascripts/discourse/templates/group.hbs @@ -1,3 +1,5 @@ +{{plugin-outlet name="before-group-container" args=(hash group=model)}} +