Fix typo, move to peer element
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
<%= render "cards/index/header", filter: @filter %>
|
||||
<% end %>
|
||||
|
||||
<header class="margin-block-end" style="view-transistion-name: card-colleciton-title">
|
||||
<span class="txt-large overflow-ellipsis margin-none font-black">
|
||||
<header class="margin-block-end">
|
||||
<span class="txt-large overflow-ellipsis margin-none font-black" style="view-transistion-name: card-collection-title">
|
||||
<span><%= filter_title @filter %></span>
|
||||
</span>
|
||||
<%= render "filters/settings", filter: @filter %>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
<% end %>
|
||||
|
||||
<header class="card-perma__collection-header">
|
||||
<%= 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 %>
|
||||
← <strong class="font-black"><%= @card.collection.name %></strong>
|
||||
<% end %>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user