<% if user_signed_in? %> <%= form_with(model: @reply, url: forum_thread_replies_url(@thread)) do |form| %>
<%= form.text_area :body, rows: 8, class:"border border-gray-300 w-1/2" %>
<%= form.submit class: "bg-gray-800 text-white rounded-lg p-5" %>
<% end %> <% end %>