Skip to content

Commit

Permalink
Merge pull request bcgov#2078 from TimaQT/features/timaqt/EMBCESSMOD-…
Browse files Browse the repository at this point in the history
…5180

EMBCESSMOD-5180, 81 -  ESS Rate Sheet window close button missing
  • Loading branch information
ytqsl authored Apr 23, 2024
2 parents b0f2c76 + e87700d commit b9c623a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export const hotelRateSheet: DialogContent = {
export const needsShelterAllowanceRateSheet: DialogContent = {
title: '<b>ESS Rate Sheet - <span class="dialog-title">Shelter Allowance</span></b>',
text: '<p>To be issued when evacuees want to source their own shelter whilst evacuated.</p></br><p> $30 per night (single occupancy)</p><p> + $10 for each additional adult</p><p> + $5 for each additional child</p></br>',
cancelButton: 'Close'
};

export const billetingRateSheet: DialogContent = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="heading-container row-padding">
<div class="row">
<div class="col-md-8">
<span class="wizard-tab-heading">Support Details</span>
<span class="wizard-tab-heading">Support Delivery</span>
</div>
<div *ngIf="hideRateSheet()" class="col-md-4">
<img src="/assets/images/rate-card.svg" width="23" height="23" />
Expand Down

0 comments on commit b9c623a

Please sign in to comment.