philomena/lib/philomena_web/templates/notification/_forum.html.slime
2019-11-15 22:50:58 -05:00

14 lines
No EOL
334 B
Text

- forum = @notification.actor
- topic = @notification.actor_child
=> render PhilomenaWeb.UserAttributionView, "_anon_user.html", object: topic
=> @notification.action
' titled
strong>
= link topic.title, to: Routes.forum_topic_path(@conn, :show, forum, topic)
' in
=> link forum.name, to: Routes.forum_path(@conn, :show, forum)