From 1adc48eeabec8ade00603cf16a3b7ee3c74a0c90 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 12 Jun 2025 15:51:15 -0500 Subject: [PATCH] Fix typo, move to peer element --- app/views/cards/index.html.erb | 4 ++-- app/views/cards/show.html.erb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/cards/index.html.erb b/app/views/cards/index.html.erb index 997ec7a30..33a2d752e 100644 --- a/app/views/cards/index.html.erb +++ b/app/views/cards/index.html.erb @@ -6,8 +6,8 @@ <%= render "cards/index/header", filter: @filter %> <% end %> -
- +
+ <%= filter_title @filter %> <%= render "filters/settings", filter: @filter %> diff --git a/app/views/cards/show.html.erb b/app/views/cards/show.html.erb index d4829446c..f8d83cfb0 100644 --- a/app/views/cards/show.html.erb +++ b/app/views/cards/show.html.erb @@ -30,7 +30,7 @@ <% end %>
- <%= link_to cards_path(collection_ids: [ @card.collection ]), class: "txt-large overflow-ellipsis margin-none txt-ink", style: "view-transistion-name: card-colleciton-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" do %> ← <%= @card.collection.name %> <% end %>