Commits

Tim Donohue authored and GitHub committed 5d39026eb75 Merge
Merge pull request #2245 from mwoodiupui/themeable-request-copy

Make some request-copy components themeable.
No tags
gidlmaster

src/app/request-copy/deny-request-copy/deny-request-copy.component.html

Modified
1 1 <div class="container" *ngVar="(itemRequestRD$ | async) as itemRequestRD">
2 2 <h3 class="mb-4">{{'deny-request-copy.header' | translate}}</h3>
3 3 <div *ngIf="itemRequestRD && itemRequestRD.hasSucceeded">
4 4 <p>{{'deny-request-copy.intro' | translate}}</p>
5 5
6 - <ds-email-request-copy [subject]="subject$ | async" [message]="message$ | async" (send)="deny($event)"></ds-email-request-copy>
6 + <ds-themed-email-request-copy [subject]="subject$ | async" [message]="message$ | async" (send)="deny($event)"></ds-themed-email-request-copy>
7 7 </div>
8 8 <ds-themed-loading *ngIf="!itemRequestRD || itemRequestRD?.isLoading"></ds-themed-loading>
9 9 </div>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut