Skip to content

Commit

Permalink
Merge pull request #1135 from ORCID/edit-url-button
Browse files Browse the repository at this point in the history
fix affiliation edit url
  • Loading branch information
bobcaprice authored Mar 19, 2024
2 parents 9d3606b + be2565c commit e5b23f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/affiliation/affiliation-detail.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ <h1 class="mt-5" i18n="@@gatewayApp.assertionServiceAssertion.detail.title.strin
<fa-icon [icon]="faArrowLeft"></fa-icon>&nbsp;<span i18n="@@entity.action.back.string"> Back</span>
</button>

<button type="button" [routerLink]="['/affiliation', affiliation!.id, 'edit']" class="btn btn-primary">
<button type="button" [routerLink]="['/affiliations', affiliation!.id, 'edit']" class="btn btn-primary">
<fa-icon [icon]="faPencilAlt"></fa-icon>&nbsp;<span i18n="@@entity.action.edit.string"> Edit</span>
</button>
</div>
Expand Down

0 comments on commit e5b23f1

Please sign in to comment.