From 825522158c715e96e2af7a28a873e670e6568f7b Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 9 Sep 2025 22:52:19 -0500 Subject: [PATCH] Just show icons for the second column --- app/assets/images/add--meta.svg | 1 - app/views/cards/display/common/_meta.html.erb | 2 -- app/views/cards/display/preview/_meta.html.erb | 2 -- 3 files changed, 5 deletions(-) delete mode 100644 app/assets/images/add--meta.svg diff --git a/app/assets/images/add--meta.svg b/app/assets/images/add--meta.svg deleted file mode 100644 index 2903dc260..000000000 --- a/app/assets/images/add--meta.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/app/views/cards/display/common/_meta.html.erb b/app/views/cards/display/common/_meta.html.erb index d5c1fdfb5..ade67bbba 100644 --- a/app/views/cards/display/common/_meta.html.erb +++ b/app/views/cards/display/common/_meta.html.erb @@ -4,7 +4,6 @@ - <%= icon_tag "add--meta" %> Added <%= local_datetime_tag(card.created_at, style: :daysago) %> <% if card.drafted? %> (Draft) @@ -12,7 +11,6 @@ - <%= icon_tag "arrow-up" %> By <%= card.creator.familiar_name %> diff --git a/app/views/cards/display/preview/_meta.html.erb b/app/views/cards/display/preview/_meta.html.erb index bb6193a44..1b710dab6 100644 --- a/app/views/cards/display/preview/_meta.html.erb +++ b/app/views/cards/display/preview/_meta.html.erb @@ -4,13 +4,11 @@ - <%= icon_tag "add--meta" %> <%= local_datetime_tag(card.created_at, style: :daysago) %> <% "(Draft)" if card.drafted? %> - <%= icon_tag "arrow-up" %> <%= card.creator.familiar_name %>