mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 12:37:58 +01:00
4 lines
No EOL
188 B
Text
4 lines
No EOL
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" |