philomena/lib/philomena_web/templates/image/favorites/index.html.slime
2019-12-03 23:14:56 -05:00

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"