forked from External/greenlight
show all rooms
This commit is contained in:
@ -14,6 +14,7 @@
|
||||
<i class="fas fa-chalkboard-teacher"></i>
|
||||
</span>
|
||||
<%= f.text_field :name, id: "room-name", class: "form-control", placeholder: "Enter a room name...", autocomplete: :off %>
|
||||
<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 %>
|
||||
|
Reference in New Issue
Block a user