moved new user button

This commit is contained in:
nek0 2016-04-26 14:09:08 +02:00
parent 3b79c6bcd8
commit cee0f17c77
1 changed files with 4 additions and 4 deletions

View File

@ -7,10 +7,6 @@ $if null beverages
<a href=@{SelectCashR}>
<p>_{MsgPayCash}
<article .article #func>
<a href=@{NewUserR}>
<p>_{MsgCreateUser}
$forall (Entity uId user) <- users
<article .article>
$if userAvatar user /= Nothing
@ -20,6 +16,10 @@ $forall (Entity uId user) <- users
<a href=@{SelectR uId}>
<p>#{userIdent user}
<article .article #func>
<a href=@{NewUserR}>
<p>_{MsgCreateUser}
<article .article #func>
<a href=@{ReactivateR}>
<p>_{MsgReactivateOldUser}