Skip to content

Commit

Permalink
Fix tutorial groups button
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesStoehr committed Oct 21, 2023
1 parent 0d193b1 commit fc1bd2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
</a>
<a
class="tab-link"
*ngIf="course.tutorialGroupsConfiguration || course.isAtLeastInstructor"
[jhiFeatureToggleLink]="FeatureToggle.TutorialGroups"
[routerLink]="['/course-management', course.id, 'tutorial-groups']"
routerLinkActive="active"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ <h4 class="text-center no-exercises mt-3 fw-medium">{{ 'artemisApp.course.noExer
<span class="d-none d-xl-inline">{{ 'artemisApp.courseOverview.menu.messages' | artemisTranslate }}</span>
</a>
<a
*ngIf="course.isAtLeastTutor"
*ngIf="course.timeZone || course.isAtLeastInstructor"
[routerLink]="['/course-management', course.id, 'tutorial-groups']"
[jhiFeatureToggleLink]="FeatureToggle.TutorialGroups"
class="btn btn-primary me-1 mb-1 hidden-if-mobile"
Expand Down

0 comments on commit fc1bd2a

Please sign in to comment.