Skip to content

Commit 4e064bb

Browse files
Merge pull request #470 from bcgov/dev
remove job action banner
2 parents ad1dd13 + f7fd04c commit 4e064bb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

web/src/app/utils-components/base/base.component.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
<div class="container">
22
<div class="row">
33
<div class="contentside" [className]="showInfo ? 'col-md-8' : 'col-md-12'">
4-
<app-alert-warning>
5-
<p>
6-
With job action now concluded, regular operations are resuming. Responses to Freedom of Information (FOI) requests and consultations may be delayed and proactive disclosure timelines may be affected.
7-
</p>
8-
</app-alert-warning>
94
<ng-content select="div.foi-content"></ng-content>
105
<div *ngIf="showButtons" class="buttonbar">
116
<button type="button" class="btn btn-secondary" (click)="requestGoBack()">Go back</button>

0 commit comments

Comments
 (0)