philomena/lib/philomena_web/templates/notification/_channel.html.slime

14 lines
720 B
Text
Raw Normal View History

.flex.flex--centered.flex__grow
div
strong>
2019-12-05 05:27:40 +01:00
= link @notification.actor.title, to: Routes.channel_path(@conn, :show, @notification.actor)
=<> @notification.action
2019-12-05 05:27:40 +01:00
=> pretty_time @notification.updated_at
.flex.flex--centered.flex--no-wrap
a.button.button--separate-right title="Delete" href=Routes.channel_read_path(@conn, :create, @notification.actor) data-method="post" data-remote="true" data-fetchcomplete-hide="#notification-#{@notification.id}"
i.fa.fa-trash
a.button title="Unsubscribe" href=Routes.channel_subscription_path(@conn, :delete, @notification.actor) data-method="delete" data-remote="true" data-fetchcomplete-hide="#notification-#{@notification.id}"
i.fa.fa-bell-slash