UX: replace broken link SVG with new Font Awesome 6 name (#29623)

This commit is contained in:
Kris 2024-11-06 13:35:07 -05:00 committed by GitHub
parent ac33ecdc8c
commit f24c274867
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -260,7 +260,7 @@ module CookedProcessorMixin
img.name = "span" img.name = "span"
img.set_attribute("class", "broken-image") img.set_attribute("class", "broken-image")
img.set_attribute("title", I18n.t("post.image_placeholder.broken")) img.set_attribute("title", I18n.t("post.image_placeholder.broken"))
img << "<svg class=\"fa d-icon d-icon-unlink svg-icon\" aria-hidden=\"true\"><use href=\"#unlink\"></use></svg>" img << "<svg class=\"fa d-icon d-icon-link-slash svg-icon\" aria-hidden=\"true\"><use href=\"#link-slash\"></use></svg>"
img.remove_attribute("src") img.remove_attribute("src")
img.remove_attribute("width") img.remove_attribute("width")
img.remove_attribute("height") img.remove_attribute("height")