Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

myAchievements: resume generator (fixes #7441) #7445

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
fix hanging tag
  • Loading branch information
Mutugiii committed May 24, 2024
commit b178387850e57d3876271dcd78db1828c977e6c9
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<a mat-raised-button color="accent" style="margin-right: 1rem;" (click)="openGenerateResumeDialog()" *ngIf="ownAchievements">
<span i18n>Create Resumé</span>
</a>
<a mat-raised-button color="accent" routerLink="update" *ngIf="ownAchievements"><mat-icon>mode_edit</mat-icon>
<a mat-raised-button color="accent" routerLink="update" *ngIf="ownAchievements"><mat-icon>mode_edit</mat-icon></a>
<a mat-raised-button color="primary" style="margin-right: 1rem;" *ngIf="ownAchievements" (click)="generatePDF()">
<span i18n>Print Achievements</span>
</a> <br>
Expand Down
Loading