fix(course-visibility): show icon to lecturers only
This commit is contained in:
parent
24f12896e0
commit
cbb8e7217d
@ -232,7 +232,7 @@ getCShowR tid ssh csh = do
|
|||||||
let heading = [whamlet|
|
let heading = [whamlet|
|
||||||
$newline never
|
$newline never
|
||||||
^{courseName course}
|
^{courseName course}
|
||||||
$if not courseIsVisible
|
$if not courseIsVisible && mayEditCourse
|
||||||
\ #{iconInvisible}
|
\ #{iconInvisible}
|
||||||
|]
|
|]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user