@@ -26,34 +26,6 @@ <h3>View Conditions</h3>
26
26
< span *ngIf ="!decision.reconsideredBy?.length "> N/A</ span >
27
27
</ div >
28
28
</ div >
29
- < div class ="header ">
30
- < div class ="subheading1 title ">
31
- < h5 > Decision</ h5 >
32
- < div *ngIf ="decision.index === decisions.length - 1 && application ">
33
- < span class ="days " matTooltip ="Active Days ">
34
- < mat-icon class ="icon "> calendar_month</ mat-icon >
35
- {{ application.activeDays }}
36
- </ span >
37
- < span class ="days " matTooltip ="Paused Days ">
38
- < mat-icon class ="icon "> pause</ mat-icon >
39
- {{ application.pausedDays }}
40
- </ span >
41
- </ div >
42
- < ng-container *ngIf ="!!decision.reconsiders ">
43
- < app-application-type-pill [type] ="reconLabel "> </ app-application-type-pill >
44
- </ ng-container >
45
- < ng-container *ngIf ="!!decision?.modifies ">
46
- < app-application-type-pill [type] ="modificationLabel "> </ app-application-type-pill >
47
- </ ng-container >
48
- < span class ="body-text "> Res #{{ decision.resolutionNumber }}/{{ decision.resolutionYear }}</ span >
49
- < ng-container *ngIf ="decision.isDraft === true "
50
- > < app-application-type-pill [type] ="dratDecisionLabel "> </ app-application-type-pill >
51
- </ ng-container >
52
- < ng-container *ngIf ="decision?.isDraft === false "
53
- > < app-application-type-pill [type] ="releasedDecisionLabel "> </ app-application-type-pill >
54
- </ ng-container >
55
- </ div >
56
- </ div >
57
29
< div class ="no-conditions " *ngIf ="decision.conditions.length < 1 ">
58
30
< app-no-data text ="No conditions added. Return to decision draft to add conditions. "> </ app-no-data >
59
31
</ div >
@@ -77,7 +49,7 @@ <h5>Decision</h5>
77
49
[routerLink] ="['../../'] "
78
50
[queryParams] ="{ uuid: decision.uuid } "
79
51
>
80
- back to decision view
52
+ back to decision #{{ decision.index }}
81
53
</ button >
82
54
</ div >
83
55
</ section >
0 commit comments