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

8 lines
310 B
Text
Raw Normal View History

2019-11-16 04:50:58 +01:00
- topic = @notification.actor
- post = @notification.actor_child
2019-11-16 05:38:42 +01:00
=> render PhilomenaWeb.UserAttributionView, "_anon_user.html", object: post, conn: @conn
2019-11-16 04:50:58 +01:00
=> @notification.action
strong
= link topic.title, to: Routes.forum_topic_path(@conn, :show, topic.forum, topic, post_id: post.id) <> "#post_#{post.id}"