Skip to content

Commit

Permalink
remove course column
Browse files Browse the repository at this point in the history
  • Loading branch information
basak-akan committed Jul 14, 2023
1 parent b3af3da commit 2c1055c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main/webapp/app/lecture/lecture.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ <h2 id="page-heading">
<span jhiTranslate="artemisApp.lecture.endDate">End Date</span>
<fa-icon [icon]="faSort"></fa-icon>
</th>
<th class="d-md-table-cell">
<span jhiTranslate="artemisApp.lecture.course">Course</span>
</th>
<th></th>
</tr>
</thead>
Expand All @@ -124,11 +121,6 @@ <h2 id="page-heading">
<td [innerHTML]="lecture.description | htmlForMarkdown"></td>
<td>{{ lecture.startDate | artemisDate }}</td>
<td>{{ lecture.endDate | artemisDate }}</td>
<td>
<div *ngIf="lecture.course">
<a [routerLink]="['..']">{{ lecture.course?.title }}</a>
</div>
</td>
<td class="text-end">
<div class="btn-group flex-btn-group-container">
<div class="btn-group-vertical me-1 mb-1">
Expand Down

0 comments on commit 2c1055c

Please sign in to comment.