mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 05:09:38 +02:00
12 lines
281 B
Text
12 lines
281 B
Text
|
<%= turbo_frame_tag chat_frame do %>
|
||
|
<div class="p-4 flex flex-col h-full">
|
||
|
<%= render "chats/chat_nav", chat: @chat %>
|
||
|
|
||
|
<div class="mt-auto py-8">
|
||
|
<%= render "chats/ai_greeting" %>
|
||
|
</div>
|
||
|
|
||
|
<%= render "messages/chat_form", chat: @chat %>
|
||
|
</div>
|
||
|
<% end %>
|