diff --git a/app/views/cards/show.html.erb b/app/views/cards/show.html.erb index 4b7cf2f5b..fe318394e 100644 --- a/app/views/cards/show.html.erb +++ b/app/views/cards/show.html.erb @@ -27,7 +27,7 @@ <% end %> - <%= link_to cards_path(collection_ids: [ @card.collection ]), class: "txt-large overflow-ellipsis margin-none txt-ink", style: "view-transistion-name: card-collection-title" do %> + <%= link_to cards_path(collection_ids: [ @card.collection ]), class: "txt-large overflow-ellipsis margin-none txt-ink", style: "view-transistion-name: card-collection-title", data: { controller: "hotkey", action: "keydown.esc@document->hotkey#click" } do %> ← <%= @card.collection.name %> <% end %>