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

13 lines
669 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
= render PhilomenaWeb.PaginationView, "_pagination.html", page: @notifications, route: route
= for notification <- @notifications do
= render PhilomenaWeb.NotificationView, "_notification.html", notification: notification
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.