From 2b8db62fcf8aa54cf969712c2eccefe390b5b5a5 Mon Sep 17 00:00:00 2001 From: Miguel Michelson Date: Sun, 13 Aug 2023 16:34:05 -0400 Subject: [PATCH] track cell frame top --- app/views/tracks/_track_cell.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/tracks/_track_cell.erb b/app/views/tracks/_track_cell.erb index c4a4aa4..62b25e6 100644 --- a/app/views/tracks/_track_cell.erb +++ b/app/views/tracks/_track_cell.erb @@ -1,4 +1,5 @@ <%= link_to track_path(track), + "data-turbo-frame": "_top", class: "group space-y-2 p-2 hover:bg-gray-800 rounded-md" do %>