DEV: Adds a new plugin outles to add custom icons on the admin users list (#8277)

This commit is contained in:
Roman Rizzi 2019-11-08 10:32:57 -03:00 committed by GitHub
parent dfc002d331
commit 5a016b7eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,6 +91,7 @@
{{#if user.second_factor_enabled}}
{{d-icon "lock" title="admin.user.second_factor_enabled" }}
{{/if}}
{{plugin-outlet name="admin-users-list-icon" tagName="" args=(hash user=user)}}
</td>
</tr>
{{/each}}