<%# locals: (chat:, ctx: "list") %> <%= turbo_frame_tag dom_id(chat, :title), class: "block" do %> <% if chat.new_record? || ctx == "chat" %>

<%= chat.title || "New chat" %>

<% else %> <%= link_to chat_path(chat), data: { turbo_frame: chat_frame } do %>

<%= chat.title %>

<% end %> <% end %> <% end %>