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

ROENROLL-1966 1942

parent afb748fc
No related branches found
No related tags found
No related merge requests found
......@@ -240,7 +240,7 @@
<!-- END OF REQUIREMENT -->
<!-- AUDIT COURSE KEY / LEGEND -->
<mat-expansion-panel #requirementPanel [expanded]="true" id="legend-panel">
<mat-expansion-panel #requirementPanel [expanded]="false" id="legend-panel">
<mat-expansion-panel-header collapsedHeight="auto" expandedHeight="auto">
<mat-panel-title class="requirement-title">
<div class="requirement-icon-outer">
......@@ -255,6 +255,11 @@
</mat-expansion-panel>
<p class="pre-wrap" [innerHTML]="audit.requirementEndnote"></p>
<br>
<p>{{ audit.bottomSection.memorandaSection.label }}</p>
<p *ngFor="let line of audit.bottomSection.memorandaSection.memorandaLines">
{{ line }}
</p>
</mat-accordion>
</section>
......
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