now showing user avatars on reactivate site
This commit is contained in:
parent
73c1acd368
commit
323cfddb90
1 changed files with 6 additions and 2 deletions
|
@ -4,5 +4,9 @@ $doctype 5
|
|||
|
||||
$forall (Entity uId user) <- users
|
||||
<article .article>
|
||||
<a href=@{UserReactivateR uId}>
|
||||
<p>#{userIdent user}
|
||||
$if userAvatar user /= Nothing
|
||||
<a href=@{UserReactivateR uId} style="background-image: url(@{GetAvatarR $ fromJust $ userAvatar user})" .avatar>
|
||||
<p>#{userIdent user}
|
||||
$else
|
||||
<a href=@{UserReactivateR uId}>
|
||||
<p>#{userIdent user}
|
||||
|
|
Loading…
Reference in a new issue