From 95a2d115a08010ad73ab42d602ae66f701adf35e Mon Sep 17 00:00:00 2001 From: Alessio Cappa <104093777+alessiocappa@users.noreply.github.com> Date: Tue, 20 Jan 2026 22:39:16 +0100 Subject: [PATCH] fix: Adjust chat input position (#717) --- app/views/chats/index.html.erb | 2 +- app/views/chats/show.html.erb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/chats/index.html.erb b/app/views/chats/index.html.erb index 1225f3fbc..801865e31 100644 --- a/app/views/chats/index.html.erb +++ b/app/views/chats/index.html.erb @@ -1,4 +1,4 @@ -
+
<%= turbo_frame_tag chat_frame do %>
<% if show_demo_warning? %> diff --git a/app/views/chats/show.html.erb b/app/views/chats/show.html.erb index f9b170dbe..496d4ac65 100644 --- a/app/views/chats/show.html.erb +++ b/app/views/chats/show.html.erb @@ -15,7 +15,7 @@ <% end %>
-
+
<% if @chat.conversation_messages.any? %> <% @chat.conversation_messages.ordered.each do |message| %> <%= render message %> @@ -36,7 +36,7 @@
<%# DESKTOP - Chat form %> -
+
<%= render "messages/chat_form", chat: @chat %>