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

trim trailing whitespace

parent 5e45f7ed
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@
<p class="audit-academic-plan">{{plan.planTypeLabel}}: {{plan.declareDate}} {{plan.planCodeNumber}} {{plan.planCodeDescription}}</p>
</ng-contrainer>
</div>
<div *ngIf="audit.topSection.advisorSection && audit.topSection.advisorSection.advisorNames">
<h4>{{audit.topSection.advisorSection.advisorLabel}}:</h4>
......@@ -115,13 +115,13 @@
</ng-container>
</table>
</section>
<section class="audit-section">
<mat-accordion multi="true" hideToggle="true" #requirements>
<!-- START OF REQUIREMENT -->
<ng-container *ngFor="let requirement of audit.requirements; trackBy: trackReq">
<!-- START OF REQUIREMENT TEXT -->
<ng-container *ngIf="requirement.status.status === 'NONE'; else requirementTemplate">
<div *ngFor="let contentType of requirement.requirementContents" class="content-type-{{contentType.contentType}}" matTooltip="{{contentType.contentType}}">
......@@ -152,7 +152,7 @@
</mat-expansion-panel-header>
<div *ngFor="let reqBody of getRequirementBody(requirement); trackBy: trackByIndex">
<div class="content-type content-type-{{reqBody.contentType}}" matTooltip="{{reqBody.contentType}}" matTooltipPosition="left">
<ng-container [ngSwitch]="reqBody.template">
......@@ -196,11 +196,11 @@
</ng-container>
<ng-container *ngSwitchCase="'lines'">
<p
<p
*ngFor="let line of asLineBody(reqBody).lines; trackBy: trackByIndex"
[innerHTML]="line | auditLine:reqBody.contentType"></p>
</ng-container>
</ng-container>
</div>
</div>
......
......@@ -33,7 +33,7 @@
[alerts]="alerts$ | async"
(dismiss)="onDismissAlert($event)">
</cse-alert-container>
<!-- METADATA LOADING -->
<mat-card class="dars-view-loading" *ngIf="(metadataStatus$ | async) === 'Loading'">
<mat-progress-bar class="card-top-spinner" mode="indeterminate"></mat-progress-bar>
......@@ -53,7 +53,7 @@
<!-- METADATA LOADED -->
<div *ngIf="(metadataStatus$ | async) === 'Loaded'">
<h2 id="dars-view-title" class="mat-h1">Completed Audit Requests</h2>
<div class="dars-audit-group" >
<cse-dars-metadata-table
[metadata]="programMetadata$"
......@@ -64,7 +64,7 @@
(openAudit)="openAudit($event)">
</cse-dars-metadata-table>
</div>
<div class="dars-audit-group">
<cse-dars-metadata-table
[metadata]="whatIfMetadata$"
......
......@@ -4,7 +4,7 @@
<h4 class="mat-h4">{{title}}</h4>
<button mat-flat-button color="primary" aria-label="button" (click)="buttonClick.emit()">{{button}}</button>
</div>
<p>{{tagline}}</p>
<p>{{tagline}}</p>
</caption>
<div *ngIf="(metadata | async).length <= 0" class="no-audits">
......
......@@ -10,7 +10,7 @@
url('./MaterialIcons-Regular.woff') format('woff'),
url('./MaterialIcons-Regular.ttf') format('truetype');
}
.material-icons {
font-family: 'Material Icons';
......
......@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>MyUW | Course Search & Enroll</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<script>
......
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