philomena/lib/philomena_web/templates/notification/index.html.slime

13 lines
695 B
Text
Raw Normal View History

2019-11-16 04:50:58 +01:00
- route = fn p -> Routes.notification_path(@conn, :index, p) end
h1 Notification Area
.walloftext
.block__header
2019-11-16 05:38:42 +01:00
= render PhilomenaWeb.PaginationView, "_pagination.html", page: @notifications, route: route, conn: @conn
2019-11-16 04:50:58 +01:00
= for notification <- @notifications do
2019-11-17 03:27:42 +01:00
= render PhilomenaWeb.NotificationView, "_notification.html", notification: notification, conn: @conn
2019-11-16 04:50:58 +01:00
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.