Files
fizzy/app/views/commands/_terminal.html.erb
T
Jorge Manrubia 0bdbcbf156 Highlight errors
2025-05-06 09:56:12 +02:00

9 lines
308 B
Plaintext

<%= tag.div class: "terminal full-width flex flex-column gap justify-end", data: {
controller: "toggle-class commands",
toggle_class_toggle_class: "terminal--open" } do %>
<%= turbo_frame_tag :recent_commands, src: commands_path, refresh: "morph" %>
<%= render "commands/form" %>
<% end %>