tap/app/views/application/_form_check_box.html.erb
2014-12-09 14:39:27 +01:00

7 lines
99 B
Plaintext

<div class="checkbox">
<label>
<%= f.label tag %>
</label>
<%= f.check_box tag %>
</div>