travis-web/app/templates/components/settings-switch.hbs
2015-07-06 20:25:50 +02:00

10 lines
153 B
Handlebars

<div class="switch-inner">
<span class="on">
ON
</span>
<span class="off">
OFF
</span>
</div>
<span class="label">Some label text</span>