mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 04:07:27 +00:00
DEV: 2 plugin outlets for group views (#10233)
This commit is contained in:
parent
72534223f3
commit
332cb5cdb1
@ -21,6 +21,7 @@
|
||||
{{#if model.full_name}}<span class="group-info-full-name">{{model.name}}</span>{{/if}}
|
||||
</div>
|
||||
</span>
|
||||
{{plugin-outlet name="group-details-after" args=(hash model=model)}}
|
||||
</div>
|
||||
|
||||
{{#if model.bio_cooked}}
|
||||
|
@ -84,6 +84,8 @@
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
{{/group-membership-button}}
|
||||
|
||||
{{plugin-outlet name="group-index-box-after" args=(hash model=group)}}
|
||||
</div>
|
||||
</div>
|
||||
{{/link-to}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user