2019-11-29 20:29:01 +01:00
|
|
|
.flex.flex--centered.flex__grow
|
|
|
|
div
|
|
|
|
strong>
|
2024-04-29 02:55:27 +02:00
|
|
|
= link @notification.actor.title, to: ~p"/channels/#{@notification.actor}"
|
2019-11-29 20:29:01 +01:00
|
|
|
=<> @notification.action
|
|
|
|
|
2019-12-05 05:27:40 +01:00
|
|
|
=> pretty_time @notification.updated_at
|
|
|
|
|
|
|
|
.flex.flex--centered.flex--no-wrap
|
2024-04-29 02:55:27 +02:00
|
|
|
a.button.button--separate-right title="Delete" href=~p"/channels/#{@notification.actor}/read" data-method="post" data-remote="true" data-fetchcomplete-hide="#notification-#{@notification.id}"
|
2019-12-05 05:27:40 +01:00
|
|
|
i.fa.fa-trash
|
|
|
|
|
2024-04-29 02:55:27 +02:00
|
|
|
a.button title="Unsubscribe" href=~p"/channels/#{@notification.actor}/subscription" data-method="delete" data-remote="true" data-fetchcomplete-hide="#notification-#{@notification.id}"
|
2019-12-05 05:27:40 +01:00
|
|
|
i.fa.fa-bell-slash
|