discourse/app/assets/javascripts/admin/addon/templates/components/admin-web-hook-event-chooser.hbs

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

4 lines
146 B
Handlebars
Raw Normal View History

<Input @id={{typeName}} @type="checkbox" @name="event-choice" @checked={{enabled}} />
2016-06-16 01:49:57 +08:00
<label for={{typeName}}>{{name}}</label>
<p>{{details}}</p>