mirror of
https://github.com/discourse/discourse.git
synced 2025-01-24 06:34:16 +08:00
12 lines
169 B
Handlebars
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>
|