From ff0eaff9ed8e4f1f60450fd872bbe45626bb26af Mon Sep 17 00:00:00 2001 From: Scott Berg <saberg3@wisc.edu> Date: Thu, 22 Aug 2019 09:44:40 -0500 Subject: [PATCH] Remove "applicable academic work" table header --- src/app/dars/audit/audit.component.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/dars/audit/audit.component.html b/src/app/dars/audit/audit.component.html index a9aa988..eb1a370 100644 --- a/src/app/dars/audit/audit.component.html +++ b/src/app/dars/audit/audit.component.html @@ -177,8 +177,7 @@ <div class="subrequirement-content-wrapper"> <ng-container [ngSwitch]="reqBody.template"> <ng-container *ngSwitchCase="'courses'"> - <table style="width: 100%" mat-table [dataSource]="asCourseBody(reqBody).subRequirementCourses"> - <caption>Applicable academic work</caption> + <table style="width: 100%" class="no-header" mat-table [dataSource]="asCourseBody(reqBody).subRequirementCourses"> <tr mat-header-row *matHeaderRowDef="courseTerms"></tr> <tr mat-row *matRowDef="let row; columns: courseTerms;"></tr> -- GitLab