mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
14 lines
614 B
Text
14 lines
614 B
Text
.flex.flex--centered.flex__grow
|
|
div
|
|
strong>
|
|
= link @notification.channel.title, to: ~p"/channels/#{@notification.channel}"
|
|
' went live
|
|
|
|
=> pretty_time @notification.updated_at
|
|
|
|
.flex.flex--centered.flex--no-wrap
|
|
a.button.button--separate-right title="Delete" href=~p"/channels/#{@notification.channel}/read" data-method="post" data-remote="true" data-click-hideparent=".notification"
|
|
i.fa.fa-trash
|
|
|
|
a.button title="Unsubscribe" href=~p"/channels/#{@notification.channel}/subscription" data-method="delete" data-remote="true" data-click-hideparent=".notification"
|
|
i.fa.fa-bell-slash
|