discourse/app/assets/javascripts/admin/addon/components/webhook-event-chooser.hbs

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

4 lines
129 B
Handlebars
Raw Normal View History

<label class="hook-event">
<Input @type="checkbox" @checked={{this.enabled}} name="event-choice" />
{{this.details}}
</label>