From b9d4400c0cedacd2664acadf3b9cf02dca2d7fe2 Mon Sep 17 00:00:00 2001 From: "byte[]" Date: Sun, 17 Nov 2019 17:54:04 -0500 Subject: [PATCH] use existing fontawesome icon --- lib/philomena_web/templates/forum/show.html.slime | 2 +- lib/philomena_web/templates/notification/index.html.slime | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/philomena_web/templates/forum/show.html.slime b/lib/philomena_web/templates/forum/show.html.slime index a5f86add..6687fdc6 100644 --- a/lib/philomena_web/templates/forum/show.html.slime +++ b/lib/philomena_web/templates/forum/show.html.slime @@ -31,7 +31,7 @@ h1 = @forum.name tr td.table--communication-list__name = if topic.sticky do - i.fa.fa-thumbtack + i.fa.fa-thumb-tack = if topic.locked_at do i.fa.fa-lock = if topic.poll do diff --git a/lib/philomena_web/templates/notification/index.html.slime b/lib/philomena_web/templates/notification/index.html.slime index b755f11d..93ccd547 100644 --- a/lib/philomena_web/templates/notification/index.html.slime +++ b/lib/philomena_web/templates/notification/index.html.slime @@ -8,6 +8,5 @@ h1 Notification Area = for notification <- @notifications do = render PhilomenaWeb.NotificationView, "_notification.html", notification: notification, conn: @conn -br p To get notifications on new comments and forum posts, click the 'Subscribe' button in the bar at the top of an image or forum topic. You'll get notifications here for any new posts or comments. p By default you'll be subscribed to any images or topics you reply to. You can configure this in your user settings page.