diff --git a/app/views/cards/show.html.erb b/app/views/cards/show.html.erb index c6204e31c..2c6c2a3d8 100644 --- a/app/views/cards/show.html.erb +++ b/app/views/cards/show.html.erb @@ -8,20 +8,17 @@ <% content_for :header do %> <%= render "filters/menu" %> + <%= hotkeyed_link_to_collection(@card.collection) do %> - ← - <%= @card.collection.name %> + ← <%= @card.collection.name %> <% end %> <% end %>