Further HTML cleanup
This commit is contained in:
parent
c7a7d5512a
commit
4eda7d20a2
@ -337,6 +337,7 @@ getCShowR tid ssh csh = do
|
|||||||
E.where_ $ tutor E.^. TutorTutorial E.==. E.val tutid
|
E.where_ $ tutor E.^. TutorTutorial E.==. E.val tutid
|
||||||
return (user E.^. UserEmail, user E.^. UserDisplayName, user E.^. UserSurname)
|
return (user E.^. UserEmail, user E.^. UserDisplayName, user E.^. UserSurname)
|
||||||
return [whamlet|
|
return [whamlet|
|
||||||
|
$newline never
|
||||||
<ul .list--iconless .list--inline .list--comma-separated>
|
<ul .list--iconless .list--inline .list--comma-separated>
|
||||||
$forall tutor <- tutors
|
$forall tutor <- tutors
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
@ -89,6 +89,7 @@ getTermShowR = do
|
|||||||
cell $ do
|
cell $ do
|
||||||
termHolidays' <- mapM (formatTime SelFormatDate) termHolidays
|
termHolidays' <- mapM (formatTime SelFormatDate) termHolidays
|
||||||
[whamlet|
|
[whamlet|
|
||||||
|
$newline never
|
||||||
<ul .list--inline .list--comma-separated>
|
<ul .list--inline .list--comma-separated>
|
||||||
$forall holiday <- termHolidays'
|
$forall holiday <- termHolidays'
|
||||||
<li>#{holiday}
|
<li>#{holiday}
|
||||||
|
|||||||
@ -49,6 +49,7 @@ getCTutorialListR tid ssh csh = do
|
|||||||
E.where_ $ tutor E.^. TutorTutorial E.==. E.val tutid
|
E.where_ $ tutor E.^. TutorTutorial E.==. E.val tutid
|
||||||
return (user E.^. UserEmail, user E.^. UserDisplayName, user E.^. UserSurname)
|
return (user E.^. UserEmail, user E.^. UserDisplayName, user E.^. UserSurname)
|
||||||
return [whamlet|
|
return [whamlet|
|
||||||
|
$newline never
|
||||||
<ul .list--iconless .list--inline .list--comma-separated>
|
<ul .list--iconless .list--inline .list--comma-separated>
|
||||||
$forall tutor <- tutors
|
$forall tutor <- tutors
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
@ -52,6 +52,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|
|
||||||
|
$newline never
|
||||||
<ul .list--inline .list--comma-separated>
|
<ul .list--inline .list--comma-separated>
|
||||||
$forall (E.Value sh) <- schools
|
$forall (E.Value sh) <- schools
|
||||||
<li>#{sh}
|
<li>#{sh}
|
||||||
@ -63,6 +64,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|
|
||||||
|
$newline never
|
||||||
<ul .list--inline .list--comma-separated>
|
<ul .list--inline .list--comma-separated>
|
||||||
$forall (E.Value sh) <- schools
|
$forall (E.Value sh) <- schools
|
||||||
<li>#{sh}
|
<li>#{sh}
|
||||||
|
|||||||
Reference in New Issue
Block a user