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
Clean up
  • Loading branch information
Mutugiii committed May 27, 2024
commit 3783fb2c640057ba2ab9aa2dfb96e93a7d6e39ff
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<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>
<a mat-raised-button color="primary" style="margin-right: 1rem;" *ngIf="ownAchievements" (click)="generatePDF()">
<span i18n>Print Achievements</span>
</a> <br>
Expand Down