forked from External/greenlight
		
	settings and sessions UI
This commit is contained in:
		
							
								
								
									
										31
									
								
								app/views/shared/modals/_create_room_modal.html.erb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								app/views/shared/modals/_create_room_modal.html.erb
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,31 @@
 | 
			
		||||
<div class="modal fade" id="createRoomModal" tabindex="-1" role="dialog">
 | 
			
		||||
  <div class="modal-dialog modal-dialog-centered" role="document">
 | 
			
		||||
    <div class="modal-content text-center">
 | 
			
		||||
      <div class="modal-body">
 | 
			
		||||
        <div class="card-body p-6">
 | 
			
		||||
          <div class="card-title text-primary">
 | 
			
		||||
            <h3>Create New Room</h3>
 | 
			
		||||
          </div>
 | 
			
		||||
 | 
			
		||||
          <hr class="small-rule">
 | 
			
		||||
          <hr>
 | 
			
		||||
          <div class="form-group">
 | 
			
		||||
            <div class="input-icon">
 | 
			
		||||
              <span class="input-icon-addon">
 | 
			
		||||
                <i class="fas fa-chalkboard-teacher"></i>
 | 
			
		||||
              </span>
 | 
			
		||||
              <input type="email" class="form-control" placeholder="Enter a room name...">
 | 
			
		||||
            </div>
 | 
			
		||||
          </div>
 | 
			
		||||
          <div class="form-footer">
 | 
			
		||||
            <button type="submit" class="btn btn-outline-primary btn-block btn-pill">Create Room</button>
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="card-footer">
 | 
			
		||||
          <p>You will be free to delete this room at any time.</p>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
</div>
 | 
			
		||||
		Reference in New Issue
	
	Block a user