multiple fixes and tweaks

This commit is contained in:
Joshua Arts
2018-07-04 15:22:59 -04:00
parent 21e0a3558d
commit 8a9f2a3cc2
6 changed files with 13 additions and 10 deletions

View File

@ -16,7 +16,7 @@
<div class="invalid-feedback text-left">Room name cannot be blank.</div>
</div>
<label class="custom-switch mt-5 mb-5 float-left">
<%= f.check_box :auto_join, class: "custom-switch-input", checked: true %>
<%= f.check_box :auto_join, class: "custom-switch-input", checked: false %>
<span class="custom-switch-indicator"></span>
<span class="custom-switch-description">Automatically join me into the room.</span>
</label>