Add an /avatars/#UserId route which redirects to the user's current avatar every time, so you don't need to update remote references to it
This commit is contained in:
parent
1df217ac01
commit
e69202829a
4 changed files with 15 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
$maybe route <- mcurrentRoute
|
||||
<a .u-uid.u-url href=@{route} hidden>
|
||||
|
||||
<img .card-img-top.u-photo src=@{staticR ["img", userAvatar user]} alt="Avatar for #{userFullName user}">
|
||||
<img .card-img-top.u-photo src=@{AvatarR userId} alt="Avatar for #{userFullName user}">
|
||||
|
||||
<div .card-body>
|
||||
<h4 .card-title.p-name>#{userFullName user}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue