mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
20 lines
743 B
Text
20 lines
743 B
Text
|
- topic = @notification.topic
|
||
|
- post = @notification.post
|
||
|
|
||
|
.flex.flex--centered.flex__grow
|
||
|
div
|
||
|
=> render PhilomenaWeb.UserAttributionView, "_anon_user.html", object: post, conn: @conn
|
||
|
' posted a new reply in
|
||
|
|
||
|
strong>
|
||
|
= link topic.title, to: ~p"/forums/#{topic.forum}/topics/#{topic}?#{[post_id: post.id]}" <> "#post_#{post.id}"
|
||
|
|
||
|
=> pretty_time @notification.updated_at
|
||
|
|
||
|
.flex.flex--centered.flex--no-wrap
|
||
|
a.button.button--separate-right title="Delete" href=~p"/forums/#{topic.forum}/topics/#{topic}/read" data-method="post" data-remote="true"
|
||
|
i.fa.fa-trash
|
||
|
|
||
|
a.button title="Unsubscribe" href=~p"/forums/#{topic.forum}/topics/#{topic}/subscription" data-method="delete" data-remote="true"
|
||
|
i.fa.fa-bell-slash
|