mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
This restyles the administration checkboxes to look similar to those that are currently present in the settings section.
14 lines
321 B
Handlebars
14 lines
321 B
Handlebars
{{#with method}}
|
|
<tr class="method_row" data-method="{{method}}">
|
|
<td>
|
|
<span class="method">{{method}}</span>
|
|
</td>
|
|
<td>
|
|
<label class="checkbox">
|
|
<input type="checkbox" {{#if enabled}}checked="checked"{{/if}} />
|
|
<span></span>
|
|
</label>
|
|
</td>
|
|
</tr>
|
|
{{/with}}
|