mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 20:37:59 +01:00
8 lines
No EOL
310 B
Text
8 lines
No EOL
310 B
Text
- topic = @notification.actor
|
|
- post = @notification.actor_child
|
|
|
|
=> render PhilomenaWeb.UserAttributionView, "_anon_user.html", object: post, conn: @conn
|
|
=> @notification.action
|
|
|
|
strong
|
|
= link topic.title, to: Routes.forum_topic_path(@conn, :show, topic.forum, topic, post_id: post.id) <> "#post_#{post.id}" |