chore: only display favouriteToggle-Button when logged in
This commit is contained in:
parent
01770b4ee2
commit
3f48d5aa0c
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user