Skip to content
Snippets Groups Projects
Commit 8abf7e77 authored by jvanboxtel@wisc.edu's avatar jvanboxtel@wisc.edu
Browse files

ROENROLL-1884 tweaks to pdf work

parent 0a47e722
No related branches found
No related tags found
No related merge requests found
......@@ -119,8 +119,8 @@
</div>
<div>
<p *ngIf="audit.topSection.whatIfCautionText">{{ audit.topSection.whatIfCautionText }}</p>
<p *ngIf="audit.completeText" style="text-align: center">{{ audit.completeText }}</p>
<p *ngIf="audit.topSection.whatIfCautionText">{{ audit.topSection.whatIfCautionText }}</p>
<p *ngIf="audit.completeText" style="text-align: center">{{ audit.completeText }}</p>
</div>
......
......@@ -64,7 +64,7 @@
<ng-container matColumnDef="download">
<th mat-header-cell *matHeaderCellDef></th>
<td mat-cell *matCellDef="let audit">
<a mat-stroked-button href="/api/darspdfservice?reportId={{ audit?.darsDegreeAuditReportId }}">
<a mat-stroked-button color="primary" href="/api/darspdfservice?reportId={{ audit?.darsDegreeAuditReportId }}" target="_blank">
<mat-icon>vertical_align_bottom</mat-icon>
<span class="cdk-visually-hidden">Download Audit PDF for {{(audit.darsDegreeProgramDescription || '').toLowerCase()}} Program of Study</span>
</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment