mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
use existing fontawesome icon
This commit is contained in:
parent
8619726d9e
commit
b9d4400c0c
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue