philomena/lib/philomena_web/templates/notification/_channel.html.slime
2024-07-29 19:51:25 -04:00

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