Skip to content
Snippets Groups Projects
Commit 07746b15 authored by Isaac Evavold's avatar Isaac Evavold
Browse files

convert audit buttons to links

parent 2ce2a4c2
No related branches found
No related tags found
No related merge requests found
<div id="audit-view"> <div id="audit-view">
<div class="audit-header-buttons"> <div class="audit-header-buttons">
<button id="audit-close" mat-button aria-label="Return to DARS audit list" color="primary" (click)="closeAudit()"> <a
<mat-icon>chevron_left</mat-icon> id="audit-close"
Return to audit list class="mat-button mat-primary"
</button> routerLink="/dars"
<button id="audit-open-window" mat-button aria-label="Open audit in new tab" color="primary" (click)="openNewTab()"> aria-label="Return to DARS audit list">
Open in new tab <span class="mat-button-wrapper">
<mat-icon>launch</mat-icon> <mat-icon>chevron_left</mat-icon>
</button> Return to audit list
</span>
</a>
<a
id="audit-open-window"
class="mat-button mat-primary"
target="_blank"
[routerLink]="['/dars', darsDegreeAuditReportId$ | async]"
aria-label="Open audit in new tab">
<span class="mat-button-wrapper">
Open in new tab
<mat-icon>launch</mat-icon>
</span>
</a>
</div> </div>
<div class="audit-wrapper" *ngIf="audit$ | async as audit"> <div class="audit-wrapper" *ngIf="audit$ | async as audit">
......
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