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

19 lines
855 B
Text
Raw Normal View History

.flex.flex--centered.flex__grow
div
2019-12-07 01:16:35 +01:00
= if @notification.actor_child do
=> render PhilomenaWeb.UserAttributionView, "_anon_user.html", object: @notification.actor_child, conn: @conn
- else
' Someone
=> @notification.action
2019-11-16 04:50:58 +01:00
strong>
= link "##{@notification.actor_id}", to: ~p"/images/#{@notification.actor}" <> "#comments"
=> pretty_time @notification.updated_at
.flex.flex--centered.flex--no-wrap
a.button.button--separate-right title="Delete" href=~p"/images/#{@notification.actor}/read" data-method="post" data-remote="true" data-fetchcomplete-hide="#notification-#{@notification.id}"
i.fa.fa-trash
a.button title="Unsubscribe" href=~p"/images/#{@notification.actor}/subscription" data-method="delete" data-remote="true" data-fetchcomplete-hide="#notification-#{@notification.id}"
i.fa.fa-bell-slash