Skip to content

Commit

Permalink
reverted changes to course dialouge back to original and fixed member…
Browse files Browse the repository at this point in the history
… profile buttons to be consistent
  • Loading branch information
Gavinp14 committed Oct 31, 2024
1 parent 8af8ad4 commit 1284659
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import { UsersProfileComponent } from './users-profile.component';
<planet-users-profile [isDialog]="true" [userName]="name" [planetCode]="planetCode"></planet-users-profile>
</mat-dialog-content>
<mat-dialog-actions>
<button color="primary" *ngIf="editable" (click)="closeDialog()" routerLink="/users/profile/{{usersProfileComponent.urlName}}" mat-raised-button mat-dialog-close i18n>View full profile</button>
<button mat-raised-button mat-dialog-close i18n>Close</button>
<button color="primary" *ngIf="editable" (click)="closeDialog()" routerLink="/users/profile/{{usersProfileComponent.urlName}}" mat-raised-button mat-dialog-close i18n>View full profile</button>
</mat-dialog-actions>
`
})
Expand Down

0 comments on commit 1284659

Please sign in to comment.