fix(course-visibility): show icon to lecturers only

This commit is contained in:
Sarah Vaupel 2020-07-25 15:15:16 +02:00
parent 24f12896e0
commit cbb8e7217d

View File

@ -232,7 +232,7 @@ getCShowR tid ssh csh = do
let heading = [whamlet|
$newline never
^{courseName course}
$if not courseIsVisible
$if not courseIsVisible && mayEditCourse
\ #{iconInvisible}
|]