diff --git a/src/main/webapp/app/exercises/shared/participation/participation.component.html b/src/main/webapp/app/exercises/shared/participation/participation.component.html index 27f175995eef..156b5119fc0a 100644 --- a/src/main/webapp/app/exercises/shared/participation/participation.component.html +++ b/src/main/webapp/app/exercises/shared/participation/participation.component.html @@ -1,64 +1,55 @@
-
-
-

- {{ exercise?.title }} - {{ filteredParticipationsSize }} -

-
- - - - @if (exercise.type === ExerciseType.PROGRAMMING && afterDueDate) { - +
+

+ {{ exercise?.title }} - {{ filteredParticipationsSize }} +

+
+ @if (exercise?.type !== ExerciseType.QUIZ && exercise?.isAtLeastInstructor) { +
+ +
+ } + @if (exercise?.isAtLeastInstructor && exercise?.type === ExerciseType.PROGRAMMING) { + + } +
+ @if (exercise?.isAtLeastTutor) { + +
+ + +
+
}
- @if (exercise?.type !== ExerciseType.QUIZ && exercise?.isAtLeastInstructor) { -
- -
- } - @if (exercise?.isAtLeastInstructor && exercise?.type === ExerciseType.PROGRAMMING) { - +
+
+ + + + @if (exercise.type === ExerciseType.PROGRAMMING && afterDueDate) { + } -
- @if (exercise?.isAtLeastTutor) { - -
- - -
-
- } -
+