link requires a to: kw

This commit is contained in:
byte[] 2019-12-16 21:30:47 -05:00
parent 598f46215e
commit 13765ca7da
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ ul
ul
= for u <- @other_users[ufp.fingerprint] do
li
=> link u.user.name, Routes.profile_path(@conn, :show, u.user)
=> link u.user.name, to: Routes.profile_path(@conn, :show, u.user)
| (
=> u.uses
' uses, last used

View file

@ -10,7 +10,7 @@ ul
ul
= for u <- @other_users[uip.ip] do
li
=> link u.user.name, Routes.profile_path(@conn, :show, u.user)
=> link u.user.name, to: Routes.profile_path(@conn, :show, u.user)
| (
=> u.uses
' uses, last used