Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
(renamed)="setLabelDescription(label.id, $event)" />
}
</td>
<td>
<td class="align-middle">
@if (label.id > 0) {
<!-- Navigation to search is not possible if this label has not been saved yet -->
<tp-action-button
Expand All @@ -58,7 +58,7 @@
}
</td>
@if (writeAllowed) {
<td>
<td class="align-middle">
<tp-action-button
[type]="'outline-danger'"
[icon]="'trash'"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<td class="align-middle">{{ tournamentClass.name }}</td>
<td class="align-middle">{{ getNumberOfReferencingLinks(tournamentClass.id) }}</td>
<td class="align-middle">{{ tournamentClass.numberOfTeams }}</td>
<td>
<td class="align-middle">
@if (tournamentClass.id > 0) {
<!-- Navigation to search is not possible if this tournament class has not been saved yet -->
<tp-action-button
Expand Down
Loading