2019-11-29 20:29:01 +01:00
|
|
|
.flex.flex--centered.flex__grow
|
|
|
|
div
|
|
|
|
strong>
|
2024-07-08 00:09:20 +02:00
|
|
|
= link @notification.channel.title, to: ~p"/channels/#{@notification.channel}"
|
|
|
|
' went live
|
2019-11-29 20:29:01 +01:00
|
|
|
|
2019-12-05 05:27:40 +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"/channels/#{@notification.channel}/read" data-method="post" data-remote="true" data-click-hideparent=".notification"
|
2019-12-05 05:27:40 +01:00
|
|
|
i.fa.fa-trash
|
|
|
|
|
2024-07-30 01:51:25 +02:00
|
|
|
a.button title="Unsubscribe" href=~p"/channels/#{@notification.channel}/subscription" data-method="delete" data-remote="true" data-click-hideparent=".notification"
|
2024-07-08 00:09:20 +02:00
|
|
|
i.fa.fa-bell-slash
|