File tree Expand file tree Collapse file tree
app/item-page/edit-item-page Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ <h1 class="border-bottom">{{'item.edit.head' | translate}}</h1>
77 < li *ngFor ="let page of pages " class ="nav-item " role ="presentation ">
88 < a *ngIf ="(page.enabled | async) "
99 [attr.aria-selected] ="page.page === currentPage "
10- class ="nav-link "
10+ class ="nav-link edit-tab "
1111 [ngClass] ="{'active' : page.page === currentPage} "
1212 [routerLink] ="['./' + page.page] "
1313 [attr.data-test] ="page.page "
Original file line number Diff line number Diff line change 33373337
33383338 "menu.section.browse_global_communities_and_collections" : "Communities & Collections" ,
33393339
3340+ "menu.section.browse_global_by_supervisor" : "Supervisor" ,
3341+
33403342 "menu.section.control_panel" : "Control Panel" ,
33413343
33423344 "menu.section.curation_task" : "Curation Task" ,
You can’t perform that action at this time.
0 commit comments