discourse/app/assets/javascripts/admin/addon/templates/components/staff-actions.hbs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
144 B
Handlebars
Raw Normal View History

{{!-- template-lint-disable no-invalid-interactive --}}
<div class="table staff-actions" {{on "click" (fn this.openLinks)}}>
{{yield}}
</div>