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

12 lines
169 B
Handlebars

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