philomena/lib/philomena_web/templates/image/favorites/index.html.slime

4 lines
188 B
Text
Raw Normal View History

2019-12-04 05:14:56 +01:00
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"