chore: only display favouriteToggle-Button when logged in

This commit is contained in:
Wolfgang Witt 2021-04-06 12:48:21 +02:00 committed by Gregor Kleen
parent 01770b4ee2
commit 3f48d5aa0c

View File

@ -365,7 +365,8 @@ getCShowR tid ssh csh = do
^{courseName course} ^{courseName course}
$if not courseVisible && mayEdit $if not courseVisible && mayEdit
\ #{iconInvisible} \ #{iconInvisible}
^{favouriteToggleWgt} $if isJust muid
^{favouriteToggleWgt}
|] |]
siteLayout heading $ do siteLayout heading $ do