mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
6 lines
275 B
Text
6 lines
275 B
Text
|
=> render PhilomenaWeb.UserAttributionView, "_user.html", object: %{user: @notification.actor.creator}
|
||
|
=> @notification.action
|
||
|
|
||
|
strong>
|
||
|
= link @notification.actor.title, to: "#"
|
||
|
/= link @notification.actor.title, to: Routes.gallery_path(@conn, :show, @notification.actor)
|