From 08507048ea9b815e90b21da2cf90126a65b65521 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Tue, 6 May 2025 10:43:59 +0200 Subject: [PATCH] Add aria label --- app/views/commands/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/commands/index.html.erb b/app/views/commands/index.html.erb index 2283041a6..e9c101e48 100644 --- a/app/views/commands/index.html.erb +++ b/app/views/commands/index.html.erb @@ -1,5 +1,5 @@ <%= turbo_frame_tag :recent_commands do %> -
    +
      <%= render partial: "commands/command", collection: @commands %>
    <% end %>