Skip to content

Commit bd38acc

Browse files
authored
Merge pull request #2085 from bcgov/feature/ALCS-2226-QA-2
2226 QA #2: Apply draft button fix to NOI's
2 parents d470797 + 8658dc9 commit bd38acc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

alcs-frontend/src/app/features/notice-of-intent/decision/decision-v2/decision-v2.component.html

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ <h5>Res #{{ decision.resolutionNumber }}/{{ decision.resolutionYear }}</h5>
9696
</ng-container>
9797

9898
<div
99+
class="revert-to-draft-button"
99100
*ngIf="!decision.isDraft"
100101
matTooltip="{{ disabledCreateBtnTooltip }}"
101102
[matTooltipDisabled]="!isPaused && !isDraftExists"

alcs-frontend/src/app/features/notice-of-intent/decision/decision-v2/decision-v2.component.scss

+6-1
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,16 @@ hr {
8383
}
8484
}
8585

86-
.edit-decision-button {
86+
.edit-decision-button,
87+
.revert-to-draft-button {
8788
grid-row: 1/2;
8889
grid-column: 3/4;
8990
}
9091

92+
.revert-to-draft-button {
93+
text-align: right;
94+
}
95+
9196
.loading-overlay {
9297
position: absolute;
9398
z-index: 2;

0 commit comments

Comments
 (0)