mirror of
https://github.com/we-promise/sure.git
synced 2026-04-24 14:34:08 +00:00
6 lines
233 B
Plaintext
6 lines
233 B
Plaintext
<div>
|
|
<p>Chat nav</p>
|
|
|
|
<%= button_to "New chat", chats_path, method: :post, class: "btn btn-primary", data: { turbo_frame: "chat_content" } %>
|
|
<%= link_to "All chats", chats_path, data: { turbo_frame: "chat_content" } %>
|
|
</div> |