Files
fizzy/app/views/commands/index.html.erb
T
2025-05-16 13:29:18 +02:00

9 lines
368 B
Plaintext

<%= turbo_frame_tag :recent_commands do %>
<ul class="terminal__menu flex-column txt-align-start margin-none margin-block-end unpad" aria-label="Recent commands" data-turbo-permanent="true"><%= render partial: "commands/command", collection: @commands %></ul>
<pre id="chat-responses"></pre>
<p id="chat-insight"></p>
<%= render "commands/help" %>
<% end %>