2019-11-16 04:50:58 +01:00
|
|
|
- forum = @notification.actor
|
|
|
|
- topic = @notification.actor_child
|
|
|
|
|
2019-11-29 20:29:01 +01:00
|
|
|
.flex.flex--centered.flex__grow
|
|
|
|
div
|
|
|
|
=> render PhilomenaWeb.UserAttributionView, "_anon_user.html", object: topic, conn: @conn
|
|
|
|
=> @notification.action
|
2019-11-16 04:50:58 +01:00
|
|
|
|
2019-11-29 20:29:01 +01:00
|
|
|
' titled
|
2019-11-16 04:50:58 +01:00
|
|
|
|
2019-11-29 20:29:01 +01:00
|
|
|
strong>
|
2024-06-06 22:28:35 +02:00
|
|
|
= link topic.title, to: ~p"/forums/#{forum}/topics/#{topic}"
|
2019-11-16 04:50:58 +01:00
|
|
|
|
2019-11-29 20:29:01 +01:00
|
|
|
' in
|
2019-11-16 04:50:58 +01:00
|
|
|
|
2024-06-06 22:28:35 +02:00
|
|
|
=> link forum.name, to: ~p"/forums/#{forum}"
|
2019-11-29 20:29:01 +01:00
|
|
|
|
|
|
|
=> pretty_time @notification.updated_at
|
|
|
|
|
|
|
|
.flex.flex--centered.flex--no-wrap
|
2024-06-06 22:28:35 +02:00
|
|
|
a.button.button--separate-right title="Delete" href=~p"/forums/#{forum}/read" data-method="post" data-remote="true" data-fetchcomplete-hide="#notification-#{@notification.id}"
|
2019-11-29 20:29:01 +01:00
|
|
|
i.fa.fa-trash
|
|
|
|
|
2024-06-06 22:28:35 +02:00
|
|
|
a.button title="Unsubscribe" href=~p"/forums/#{forum}/subscription" data-method="delete" data-remote="true" data-fetchcomplete-hide="#notification-#{@notification.id}"
|
2019-11-29 20:29:01 +01:00
|
|
|
i.fa.fa-bell-slash
|