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