mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 20:37:59 +01:00
4 lines
188 B
Text
4 lines
188 B
Text
|
h5 Favorited by
|
||
|
|
||
|
= for fave <- Enum.sort_by(@image.faves, & &1.user.name) do
|
||
|
=> link fave.user.name, to: Routes.profile_path(@conn, :show, fave.user), class: "interaction-user-list-item"
|