Skip to content

Commit

Permalink
adapt changes for updated requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayvirS committed Dec 3, 2024
1 parent 15c04c0 commit a608be0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@ <h4 jhiTranslate="artemisApp.plagiarism.cases.pageSubtitle"></h4>
<div class="row">
<div class="col-3">
<h5 class="mb-0">
<a
id="plagiarism-detection-link-{{ exercise.id }}"
[routerLink]="['/course-management', courseId, getExerciseUrlSegment(exercise.type), exercise.id, 'plagiarism']"
[attr.aria-label]="'View plagiarism detection'"
>
@if (exercise.type) {
<fa-icon [icon]="getIcon(exercise.type)" />
}
{{ exercise.title }}</a
>
@if (exercise.type) {
<fa-icon [icon]="getIcon(exercise.type)" />
}
{{ exercise.title }}
<small
><a
id="plagiarism-detection-link-{{ exercise.id }}"
[routerLink]="['/course-management', courseId, getExerciseUrlSegment(exercise.type), exercise.id, 'plagiarism']"
jhiTranslate="artemisApp.plagiarism.plagiarismCases.viewComparisons"
></a
></small>
</h5>
</div>
<div class="col-3">
Expand Down
3 changes: 2 additions & 1 deletion src/main/webapp/i18n/de/plagiarism.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@
"noCourseCases": "Keine Plagiatsfälle in diesem Kurs",
"noExamCases": "Keine Plagiatsfälle in dieser Prüfung",
"notifyStudent": "Studierende:n benachrichtigen",
"studentNotified": "Studierende:r wurde benachrichtigt."
"studentNotified": "Studierende:r wurde benachrichtigt.",
"viewComparisons": "Vergleiche ansehen"
},
"cases": {
"pageTitle": "Plagiatsfälle",
Expand Down
3 changes: 2 additions & 1 deletion src/main/webapp/i18n/en/plagiarism.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@
"noCourseCases": "No plagiarism cases in this course",
"noExamCases": "No plagiarism cases in this exam",
"notifyStudent": "Notify student",
"studentNotified": "Student has been notified."
"studentNotified": "Student has been notified.",
"viewComparisons": "View comparisons"
},
"cases": {
"pageTitle": "Plagiarism Cases",
Expand Down

0 comments on commit a608be0

Please sign in to comment.