<%= @room.name %>

0 Sessions | 0 Recordings

Copy
<%= link_to "Start", start_room_path(@room), class: "btn btn-primary btn-block px-7 start-button float-right" %>
<% (current_user.rooms - [@room]).each do |room| %>
<%= link_to room do %> <%= render "shared/components/room_block", room: room %> <% end %>
<% end %>
<%= render "shared/sessions" %>