Skip to content

Commit

Permalink
Renaming components
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-glombik committed Sep 17, 2023
1 parent da59350 commit 39dc51b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2 id="exam-title">
</div>
</div>
<div class="mb-4" *ngIf="studentExam && studentExam.exercises && studentExam.exam?.course && studentExamGradeInfoDTO">
<jhi-exam-points-summary [studentExamWithGrade]="studentExamGradeInfoDTO"></jhi-exam-points-summary>
<jhi-exam-result-overview [studentExamWithGrade]="studentExamGradeInfoDTO"></jhi-exam-result-overview>
</div>
<div *ngIf="!resultsPublished" class="mb-0">
<fa-icon [icon]="faInfoCircle" class="info-icon"></fa-icon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import { StudentExamWithGradeDTO } from 'app/exam/exam-scores/exam-score-dtos.mo
import { BonusStrategy } from 'app/entities/bonus.model';

@Component({
selector: 'jhi-exam-points-summary',
styleUrls: ['./exam-points-summary.component.scss'],
templateUrl: './exam-points-summary.component.html',
selector: 'jhi-exam-result-overview',
styleUrls: ['./exam-result-overview.component.scss'],
templateUrl: './exam-result-overview.component.html',
})
export class ExamPointsSummaryComponent implements OnInit {
readonly IncludedInOverallScore = IncludedInOverallScore;
Expand Down

0 comments on commit 39dc51b

Please sign in to comment.