<% if current_user %> <%= link_to current_user.main_room, class: "header-brand" do %> <%= image_tag("logo_with_text.png", class: "header-brand-img") %> <% end %> <% else %> <%= link_to root_path, class: "header-brand" do %> <%= image_tag("logo_with_text.png", class: "header-brand-img") %> <% end %> <% end %>
<% if current_user %> Create Room <% else %> <%= render "shared/modals/login_modal" %> <%= render "shared/modals/signup_modal" %> <% end %>