9 lines
308 B
Plaintext
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 %>
|
|
|