Skip to content

Commit

Permalink
Remove old management url from menu
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Dec 22, 2024
1 parent 69a674e commit a5aaa25
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,7 @@
<a [routerLink]="'/marathon/' + marathonId + '/schedule-management/overview' | localize" routerLinkActive="is-active" [routerLinkActiveOptions]="{exact: true}" class="menu-item-link">
<fa-icon [icon]="iconManageSchedule" class="menu-item-icon"></fa-icon>
<span class="menu-item-label">
<span class="tag is-primary is-light">new!</span> {{ 'marathon.menu.manageSchedules' | translate }}
</span>
</a>
</li>
<li [title]="'marathon.menu.manageSchedule' | translate">
<a [routerLink]="'/marathon/' + marathonId + '/schedule/manage' | localize" routerLinkActive="is-active" [routerLinkActiveOptions]="{exact: true}" class="menu-item-link">
<fa-icon [icon]="iconManageSchedule" class="menu-item-icon"></fa-icon>
<span class="menu-item-label">
{{ 'marathon.menu.manageSchedule' | translate }}
{{ 'marathon.menu.manageSchedules' | translate }}
</span>
</a>
</li>
Expand Down

0 comments on commit a5aaa25

Please sign in to comment.