forked from External/greenlight
multiple fixes and tweaks
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user