mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 21:47:59 +01:00
link requires a to: kw
This commit is contained in:
parent
598f46215e
commit
13765ca7da
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue