Skip to content

Commit

Permalink
Remove duplicate of account settings link.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpulkka committed Jan 29, 2025
1 parent 8c1b62d commit 7791bc3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions projects/laji/src/app/+user/profile/profile.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,6 @@ <h4>{{ 'profile.defaultMediaMetadata.title' | translate }}</h4>
<laji-friends [profile]="currentProfile" [usersProfile]="userProfile"></laji-friends>
</div>
</div>
<div class="form-group" *ngIf="(getCurrentUser() | async)!.id === userId">
<div class="col-sm-12 well">
<p>{{ 'selfUrl.introStart' | translate }}</p>
<a [href]="personSelfUrl | safe:'url'" class="btn btn-success self-link">{{ 'profile.accountSettings'|translate }}</a>
<p>{{ 'selfUrl.introEnd' | translate }}</p>
</div>
</div>
</div>
</div>
</ng-container>
Expand Down

0 comments on commit 7791bc3

Please sign in to comment.