Use comma-separated in AdminUsersR
This commit is contained in:
parent
4c86306bfd
commit
71e57b767d
@ -42,7 +42,7 @@ getUsersR = do
|
|||||||
E.orderBy [E.asc $ school E.^. SchoolShorthand]
|
E.orderBy [E.asc $ school E.^. SchoolShorthand]
|
||||||
return $ school E.^. SchoolShorthand
|
return $ school E.^. SchoolShorthand
|
||||||
return [whamlet|
|
return [whamlet|
|
||||||
<ul>
|
<ul .list--inline .list--comma-separated>
|
||||||
$forall (E.Value sh) <- schools
|
$forall (E.Value sh) <- schools
|
||||||
<li>#{sh}
|
<li>#{sh}
|
||||||
|]
|
|]
|
||||||
@ -55,7 +55,7 @@ getUsersR = do
|
|||||||
E.orderBy [E.asc $ school E.^. SchoolShorthand]
|
E.orderBy [E.asc $ school E.^. SchoolShorthand]
|
||||||
return $ school E.^. SchoolShorthand
|
return $ school E.^. SchoolShorthand
|
||||||
return [whamlet|
|
return [whamlet|
|
||||||
<ul>
|
<ul .list--inline .list--comma-separated>
|
||||||
$forall (E.Value sh) <- schools
|
$forall (E.Value sh) <- schools
|
||||||
<li>#{sh}
|
<li>#{sh}
|
||||||
|]
|
|]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user