File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed
alcs-frontend/src/app/features/application/lfng-info
portal-frontend/src/app/features/applications
review-submission/review-submit
view-submission/lfng-review Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,10 @@ <h4>Attachments</h4>
201201 </ div >
202202 </ div >
203203 < div *ngIf ="hasCompletedStepsBeforeDocuments " class ="review-table ">
204- < div *ngIf ="isFirstNationGovernment || applicationReview.isOCPDesignation || applicationReview.isSubjectToZoning ">
204+ < div
205+ *ngIf ="isFirstNationGovernment || applicationReview.isOCPDesignation || applicationReview.isSubjectToZoning "
206+ class ="full-row "
207+ >
205208 < div class ="subheading2 "> Resolution Document</ div >
206209 < div >
207210 < a *ngIf ="resolutionDocument " (click) ="openDocument(resolutionDocument.uuid, resolutionDocument.fileName) "> {{
@@ -215,6 +218,7 @@ <h4>Attachments</h4>
215218 (applicationReview.isOCPDesignation || applicationReview.isSubjectToZoning) &&
216219 (applicationReview.isAuthorized || staffReports.length > 0)
217220 "
221+ class ="full-row "
218222 >
219223 < div class ="subheading2 "> Staff Report</ div >
220224 < div *ngIf ="staffReports.length > 0 ">
@@ -224,7 +228,7 @@ <h4>Attachments</h4>
224228 </ div >
225229 < app-no-data *ngIf ="staffReports.length === 0 "> </ app-no-data >
226230 </ div >
227- < div >
231+ < div class =" full-row " >
228232 < div class ="subheading2 "> Other Attachments</ div >
229233 < div >
230234 < app-no-data *ngIf ="otherAttachments.length === 0 "> </ app-no-data >
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ <h4>5. Attachments</h4>
212212 </ div >
213213 </ div >
214214 < div *ngIf ="this.hasCompletedStepsBeforeDocuments " class ="review-table ">
215- < div *ngIf ="_applicationReview.isOCPDesignation || _applicationReview.isSubjectToZoning ">
215+ < div *ngIf ="_applicationReview.isOCPDesignation || _applicationReview.isSubjectToZoning " class =" full-width " >
216216 < div class ="subheading2 "> Resolution Document</ div >
217217 < div >
218218 < a class ="link " (click) ="openFile(document) " *ngFor ="let document of resolutionDocument "> {{
@@ -221,7 +221,7 @@ <h4>5. Attachments</h4>
221221 < app-no-data [showRequired] ="showErrors " *ngIf ="resolutionDocument.length === 0 "> </ app-no-data >
222222 </ div >
223223 </ div >
224- < div *ngIf ="_applicationReview.isOCPDesignation || _applicationReview.isSubjectToZoning ">
224+ < div *ngIf ="_applicationReview.isOCPDesignation || _applicationReview.isSubjectToZoning " class =" full-width " >
225225 < div class ="subheading2 ">
226226 Staff Report < span *ngIf ="_applicationReview.isAuthorized === false "> (optional)</ span >
227227 </ div >
@@ -478,9 +478,9 @@ <h4>5. Attachments</h4>
478478 Staff Report < span *ngIf ="_applicationReview.isAuthorized === false "> (optional)</ span >
479479 </ div >
480480 < div >
481- < a class ="link " (click) =" openFile( document) " *ngFor ="let document of staffReport "> {{
482- document.fileName
483- }} </ a >
481+ < div class ="document " *ngFor ="let document of staffReport ">
482+ < a class =" link " (click) =" openFile( document) " > {{ document .fileName }} </ a >
483+ </ div >
484484 < app-no-data
485485 [showRequired] ="showErrors && _applicationReview.isAuthorized === true "
486486 *ngIf ="staffReport.length === 0 "
Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ <h4>Attachments</h4>
237237 applicationReview.isOCPDesignation ||
238238 applicationReview.isSubjectToZoning
239239 "
240+ class ="full-width "
240241 >
241242 < div class ="subheading2 "> Resolution Document</ div >
242243 < div >
@@ -246,7 +247,7 @@ <h4>Attachments</h4>
246247 </ div >
247248 < app-no-data *ngIf ="resolutionDocument.length === 0 "> </ app-no-data >
248249 </ div >
249- < div *ngIf ="applicationReview.isOCPDesignation || applicationReview.isSubjectToZoning ">
250+ < div *ngIf ="applicationReview.isOCPDesignation || applicationReview.isSubjectToZoning " class =" full-width " >
250251 < div class ="subheading2 ">
251252 Staff Report < span *ngIf ="applicationReview.isAuthorized === false "> (optional)</ span >
252253 </ div >
You can’t perform that action at this time.
0 commit comments