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

19 lines
711 B
Text
Raw Normal View History

2024-07-08 00:09:20 +02:00
- gallery = @notification.gallery
.flex.flex--centered.flex__grow
div
2024-07-08 00:09:20 +02:00
=> render PhilomenaWeb.UserAttributionView, "_user.html", object: %{user: gallery.creator}, conn: @conn
' added images to
2019-11-16 04:50:58 +01:00
strong>
2024-07-08 00:09:20 +02:00
= link gallery.title, to: ~p"/galleries/#{gallery}"
2019-12-05 05:12:49 +01:00
=> pretty_time @notification.updated_at
.flex.flex--centered.flex--no-wrap
2024-07-30 01:51:25 +02:00
a.button.button--separate-right title="Delete" href=~p"/galleries/#{gallery}/read" data-method="post" data-remote="true" data-click-hideparent=".notification"
2019-12-05 05:12:49 +01:00
i.fa.fa-trash
2024-07-30 01:51:25 +02:00
a.button title="Unsubscribe" href=~p"/galleries/#{gallery}/subscription" data-method="delete" data-remote="true" data-click-hideparent=".notification"
2024-07-08 00:09:20 +02:00
i.fa.fa-bell-slash