<%= render 'shared/room_event' do %> <%= form_for room_path, method: :post do |f| %>
<% if current_user %> <%= f.submit "Join", class: "btn btn-primary px-7 main-large join-button"%> <% else %> <%= f.text_field :join_name, class: "form-control main-large", placeholder: "Enter your name!" %> <%= f.submit "Join", class: "btn btn-primary px-7 main-large" %> <% end %>
<% end %> <% end %>