2015-04-04 04:46:33 +00:00
|
|
|
$doctype 5
|
|
|
|
|
2015-04-09 22:40:58 +00:00
|
|
|
<h3>_{MsgReactivateUser}
|
2015-04-04 04:46:33 +00:00
|
|
|
|
|
|
|
$forall (Entity uId user) <- users
|
|
|
|
<article .article>
|
2015-07-21 09:38:33 +00:00
|
|
|
$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}
|