DEV: 2 plugin outlets for group views (#10233)

This commit is contained in:
Mark VanLandingham 2020-07-14 15:32:07 -05:00 committed by GitHub
parent 72534223f3
commit 332cb5cdb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -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}}

View File

@ -84,6 +84,8 @@
{{/if}}
{{/if}}
{{/group-membership-button}}
{{plugin-outlet name="group-index-box-after" args=(hash model=group)}}
</div>
</div>
{{/link-to}}