use existing fontawesome icon

This commit is contained in:
byte[] 2019-11-17 17:54:04 -05:00
parent 8619726d9e
commit b9d4400c0c
2 changed files with 1 additions and 2 deletions

View file

@ -31,7 +31,7 @@ h1 = @forum.name
tr tr
td.table--communication-list__name td.table--communication-list__name
= if topic.sticky do = if topic.sticky do
i.fa.fa-thumbtack i.fa.fa-thumb-tack
= if topic.locked_at do = if topic.locked_at do
i.fa.fa-lock i.fa.fa-lock
= if topic.poll do = if topic.poll do

View file

@ -8,6 +8,5 @@ h1 Notification Area
= for notification <- @notifications do = for notification <- @notifications do
= render PhilomenaWeb.NotificationView, "_notification.html", notification: notification, conn: @conn = 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 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. p By default you'll be subscribed to any images or topics you reply to. You can configure this in your user settings page.