From 26f98956eba9257249c490b9e4dd434ff96588c1 Mon Sep 17 00:00:00 2001 From: Marwin Hochfelsner <50826859+hlfan@users.noreply.github.com> Date: Wed, 29 Oct 2025 20:40:57 +0100 Subject: [PATCH] Replace link icon --- app/assets/images/icons/link.svg | 4 ---- app/views/changesets/show.html.erb | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 app/assets/images/icons/link.svg diff --git a/app/assets/images/icons/link.svg b/app/assets/images/icons/link.svg deleted file mode 100644 index 8692914d9..000000000 --- a/app/assets/images/icons/link.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/app/views/changesets/show.html.erb b/app/views/changesets/show.html.erb index 3f9cd3636..81dcd24e6 100644 --- a/app/views/changesets/show.html.erb +++ b/app/views/changesets/show.html.erb @@ -50,7 +50,7 @@ :data => { :method => comment.visible ? "DELETE" : "POST", :url => api_changeset_comment_visibility_path(comment) } %> <% end %> - <%= link_to inline_svg_tag("icons/link.svg"), "#c#{comment.id}" %> + <%= link_to tag.i(:class => "align-bottom bi bi-link-45deg fs-6 lh-1", :aria => { :hidden => true }), "#c#{comment.id}" %>
<%= comment.body.to_html %> -- 2.39.5