From 61806043fa31f1a7c99ca13b84b5bff180254097 Mon Sep 17 00:00:00 2001 From: Marwin Hochfelsner <50826859+hlfan@users.noreply.github.com> Date: Wed, 29 Oct 2025 20:31:57 +0100 Subject: [PATCH] Replace journal icon --- app/assets/images/icons/journal-text.svg | 5 ----- app/views/diary_entries/_profile_diaries.html.erb | 3 ++- 2 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 app/assets/images/icons/journal-text.svg diff --git a/app/assets/images/icons/journal-text.svg b/app/assets/images/icons/journal-text.svg deleted file mode 100644 index 9b690b1f3..000000000 --- a/app/assets/images/icons/journal-text.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/app/views/diary_entries/_profile_diaries.html.erb b/app/views/diary_entries/_profile_diaries.html.erb index 6e9651458..50e8163c2 100644 --- a/app/views/diary_entries/_profile_diaries.html.erb +++ b/app/views/diary_entries/_profile_diaries.html.erb @@ -6,7 +6,8 @@
- <%= inline_svg_tag "icons/journal-text.svg", :size => "32px", :title => t(".title_label"), :class => "flex-shrink-0" %> + + <%= t ".title_label" %> <%= link_to entry.title, diary_entry_path(@user, entry), :class => "align-self-center lh-sm" %>
<%= truncate(strip_tags(entry.body.to_html), :length => 150) %>
-- 2.39.5