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

14 lines
347 B
Text
Raw Normal View History

2019-11-16 04:50:58 +01:00
- forum = @notification.actor
- topic = @notification.actor_child
2019-11-16 05:38:42 +01:00
=> render PhilomenaWeb.UserAttributionView, "_anon_user.html", object: topic, conn: @conn
2019-11-16 04:50:58 +01:00
=> @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)