Files
fizzy/app/views/commands/index.html.erb
T
Jorge Manrubia 1faaed4a16 Prefer ul
2025-05-06 16:06:47 +02:00

6 lines
252 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">
<%= render partial: "commands/command", collection: @commands %>
</ul>
<% end %>