mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 12:37:58 +01:00
14 lines
No EOL
347 B
Text
14 lines
No EOL
347 B
Text
- forum = @notification.actor
|
|
- topic = @notification.actor_child
|
|
|
|
=> render PhilomenaWeb.UserAttributionView, "_anon_user.html", object: topic, conn: @conn
|
|
=> @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) |