We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64138d commit 7a902dcCopy full SHA for 7a902dc
app/views/request_for_comments/show.html.slim
@@ -66,7 +66,7 @@
66
span.fa-solid.fa-chevron-down.collapse-button
67
pre = testrun.log || t('request_for_comments.no_output')
68
69
- - if current_user.teacher? && user.is_a?(ExternalUser)
+ - if (current_user.admin? || current_user.teacher?) && user.is_a?(ExternalUser)
70
= render('admin_menu')
71
72
hr
0 commit comments