Files
fizzy/app/views/commands/index.html.erb
T
Jorge Manrubia 08507048ea Add aria label
2025-05-06 10:43:59 +02:00

6 lines
252 B
Plaintext

<%= turbo_frame_tag :recent_commands do %>
<ol class="terminal__menu flex-column txt-align-start margin-none margin-block-end unpad" aria-label="Recent commands">
<%= render partial: "commands/command", collection: @commands %>
</ol>
<% end %>