philomena/lib/philomena_web/templates/notification/_topic.html.slime
2019-11-15 23:38:42 -05:00

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}"