hr-design-system-handlebars 1.113.13 → 1.113.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/dist/assets/index.css +21 -21
- package/dist/views/components/voting/voting_result.hbs +10 -2
- package/dist/views_static/components/voting/voting_result.hbs +10 -2
- package/package.json +1 -1
- package/src/assets/tailwind.css +18 -18
- package/src/stories/views/components/voting/voting.stories.js +1 -1
- package/src/stories/views/components/voting/voting_result.hbs +10 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v1.113.15 (Mon Nov 04 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- new colors for PB buttons [#1142](https://github.com/mumprod/hr-design-system-handlebars/pull/1142) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v1.113.14 (Fri Nov 01 2024)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- modify display-logic for total number of votes [#1141](https://github.com/mumprod/hr-design-system-handlebars/pull/1141) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v1.113.13 (Fri Nov 01 2024)
|
|
2
26
|
|
|
3
27
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3658,7 +3658,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3658
3658
|
border-bottom-color: var(--color-secondary-ds);
|
|
3659
3659
|
}
|
|
3660
3660
|
.counter-reset {
|
|
3661
|
-
counter-reset:
|
|
3661
|
+
counter-reset: cnt1730726100946;
|
|
3662
3662
|
}
|
|
3663
3663
|
.placeholder-text-xs::-webkit-input-placeholder {
|
|
3664
3664
|
font-size: 0.75rem;
|
|
@@ -4072,7 +4072,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4072
4072
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4073
4073
|
}
|
|
4074
4074
|
.-ordered {
|
|
4075
|
-
counter-increment:
|
|
4075
|
+
counter-increment: cnt1730726100946 1;
|
|
4076
4076
|
}
|
|
4077
4077
|
.-ordered::before {
|
|
4078
4078
|
position: absolute;
|
|
@@ -4090,7 +4090,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4090
4090
|
--tw-text-opacity: 1;
|
|
4091
4091
|
color: rgba(0, 0, 0, 1);
|
|
4092
4092
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4093
|
-
content: counter(
|
|
4093
|
+
content: counter(cnt1730726100946);
|
|
4094
4094
|
}
|
|
4095
4095
|
/*! ****************************/
|
|
4096
4096
|
/*! DataPolicy stuff */
|
|
@@ -4666,8 +4666,8 @@ select:has(option:checked[value='']) {
|
|
|
4666
4666
|
--color-cluster-teaser-link: #007396;
|
|
4667
4667
|
--color-cluster-teaser-headline: #6d0041;
|
|
4668
4668
|
/* Button */
|
|
4669
|
-
--color-button: #
|
|
4670
|
-
--color-button--dark: #
|
|
4669
|
+
--color-button: #007396;
|
|
4670
|
+
--color-button--dark: #00375d;
|
|
4671
4671
|
--color-button-inverted: #ffffff;
|
|
4672
4672
|
--color-button-inverted--dark: #eaf3fa;
|
|
4673
4673
|
/* Media-Button */
|
|
@@ -4763,7 +4763,7 @@ select:has(option:checked[value='']) {
|
|
|
4763
4763
|
--color-cluster-teaser-link: var(--color-primary-ds);
|
|
4764
4764
|
--color-cluster-teaser-headline: #00375d;
|
|
4765
4765
|
/* Button */
|
|
4766
|
-
--color-button: #
|
|
4766
|
+
--color-button: #276b9e;
|
|
4767
4767
|
--color-button--dark: #00375d;
|
|
4768
4768
|
--color-button-inverted: #ffffff;
|
|
4769
4769
|
--color-button-inverted--dark: #eaf3fa;
|
|
@@ -4987,8 +4987,8 @@ select:has(option:checked[value='']) {
|
|
|
4987
4987
|
--color-cluster-teaser-link: var(--color-primary-ds);
|
|
4988
4988
|
--color-cluster-teaser-headline: #007396;
|
|
4989
4989
|
/* Button */
|
|
4990
|
-
--color-button: #
|
|
4991
|
-
--color-button--dark: #
|
|
4990
|
+
--color-button: #007396;
|
|
4991
|
+
--color-button--dark: #00375d;
|
|
4992
4992
|
--color-button-inverted: #ffffff;
|
|
4993
4993
|
--color-button-inverted--dark: #eaf3fa;
|
|
4994
4994
|
/* Media-Button */
|
|
@@ -5087,7 +5087,7 @@ select:has(option:checked[value='']) {
|
|
|
5087
5087
|
--color-cluster-teaser-link: #AB2F2D;
|
|
5088
5088
|
--color-cluster-teaser-headline: var(--color-primary-ds);
|
|
5089
5089
|
/* Button */
|
|
5090
|
-
--color-button: #
|
|
5090
|
+
--color-button: #AB2F2D;
|
|
5091
5091
|
--color-button--dark: #8d2725;
|
|
5092
5092
|
--color-button-inverted: #ffffff;
|
|
5093
5093
|
--color-button-inverted--dark: #eaf3fa;
|
|
@@ -5188,7 +5188,7 @@ select:has(option:checked[value='']) {
|
|
|
5188
5188
|
--color-cluster-teaser-link: #007A7C;
|
|
5189
5189
|
--color-cluster-teaser-headline: var(--color-primary-ds);
|
|
5190
5190
|
/* Button */
|
|
5191
|
-
--color-button: #
|
|
5191
|
+
--color-button: #007A7C;
|
|
5192
5192
|
--color-button--dark: #00646f;
|
|
5193
5193
|
--color-button-inverted: #ffffff;
|
|
5194
5194
|
--color-button-inverted--dark: #eaf3fa;
|
|
@@ -5296,8 +5296,8 @@ select:has(option:checked[value='']) {
|
|
|
5296
5296
|
--color-cluster-teaser-link: var(--color-primary-ds);
|
|
5297
5297
|
--color-cluster-teaser-headline: #00375d;
|
|
5298
5298
|
/* Button */
|
|
5299
|
-
--color-button: #
|
|
5300
|
-
--color-button--dark: #
|
|
5299
|
+
--color-button: #007396;
|
|
5300
|
+
--color-button--dark: #00375d;
|
|
5301
5301
|
--color-button-inverted: #ffffff;
|
|
5302
5302
|
--color-button-inverted--dark: #d4d4d4;
|
|
5303
5303
|
--color-button-disabled: #d4d4d4;
|
|
@@ -5397,8 +5397,8 @@ select:has(option:checked[value='']) {
|
|
|
5397
5397
|
--color-cluster-teaser-link: #000000;
|
|
5398
5398
|
--color-cluster-teaser-headline: #000000;
|
|
5399
5399
|
/* Button */
|
|
5400
|
-
--color-button: #
|
|
5401
|
-
--color-button--dark: #
|
|
5400
|
+
--color-button: #e0ae00;
|
|
5401
|
+
--color-button--dark: #916B00;
|
|
5402
5402
|
--color-button-inverted: #ffffff;
|
|
5403
5403
|
--color-button-inverted--dark: #eaf3fa;
|
|
5404
5404
|
/* Media-Button */
|
|
@@ -5503,7 +5503,7 @@ select:has(option:checked[value='']) {
|
|
|
5503
5503
|
--color-cluster-teaser-link: #8C033D;
|
|
5504
5504
|
--color-cluster-teaser-headline: #000000;
|
|
5505
5505
|
/* Button */
|
|
5506
|
-
--color-button: #
|
|
5506
|
+
--color-button: #8C033D;
|
|
5507
5507
|
--color-button--dark: #6d0041;
|
|
5508
5508
|
--color-button-inverted: #ffffff;
|
|
5509
5509
|
--color-button-inverted--dark: #433d37;
|
|
@@ -5626,9 +5626,9 @@ select:has(option:checked[value='']) {
|
|
|
5626
5626
|
--color-cluster-teaser-link: var(--color-primary-ds);
|
|
5627
5627
|
--color-cluster-teaser-headline: #000000;
|
|
5628
5628
|
/* Button */
|
|
5629
|
-
--color-button: #
|
|
5630
|
-
--color-button-inverted: #ffffff;
|
|
5629
|
+
--color-button: #c20016;
|
|
5631
5630
|
--color-button--dark: #8d2725;
|
|
5631
|
+
--color-button-inverted: #ffffff;
|
|
5632
5632
|
--color-button-inverted--dark: #eaf3fa;
|
|
5633
5633
|
/* Media-Button */
|
|
5634
5634
|
--color-media-button: var(--color-primary-ds);
|
|
@@ -5733,9 +5733,9 @@ select:has(option:checked[value='']) {
|
|
|
5733
5733
|
--color-cluster-teaser-link: var(--color-link);
|
|
5734
5734
|
--color-cluster-teaser-headline: #000000;
|
|
5735
5735
|
/* Button */
|
|
5736
|
-
--color-button: #
|
|
5737
|
-
--color-button-inverted: #ffffff;
|
|
5736
|
+
--color-button: #168378;
|
|
5738
5737
|
--color-button--dark: #0F6157;
|
|
5738
|
+
--color-button-inverted: #ffffff;
|
|
5739
5739
|
--color-button-inverted--dark: #eaf3fa;
|
|
5740
5740
|
/* Media-Button */
|
|
5741
5741
|
--color-media-button: #0F6157;
|
|
@@ -5858,9 +5858,9 @@ select:has(option:checked[value='']) {
|
|
|
5858
5858
|
--color-cluster-teaser-link: var(--color-link);
|
|
5859
5859
|
--color-cluster-teaser-headline: #000000;
|
|
5860
5860
|
/* Button */
|
|
5861
|
-
--color-button: #
|
|
5861
|
+
--color-button: #007EA1;
|
|
5862
|
+
--color-button--dark: #006783;
|
|
5862
5863
|
--color-button-inverted: #ffffff;
|
|
5863
|
-
--color-button--dark: #00646f;
|
|
5864
5864
|
--color-button-inverted--dark: #eaf3fa;
|
|
5865
5865
|
/* Media-Button */
|
|
5866
5866
|
--color-media-button: #000000;
|
|
@@ -28,13 +28,21 @@
|
|
|
28
28
|
</div>
|
|
29
29
|
{{/each}}
|
|
30
30
|
|
|
31
|
-
{{
|
|
31
|
+
{{#if this.isMultipleChoice}}
|
|
32
|
+
{{#unless this.showAbsoluteResult}}
|
|
33
|
+
{{#if this.showVoteResult}}
|
|
34
|
+
<p class="clear-both text-xs pt-7 sm:pt-9 font-headingSerif sm:text-sm text-gray-scorpion">
|
|
35
|
+
{{loca "votingform_vote_result"}}{{this.summarizedResult}}
|
|
36
|
+
</p>
|
|
37
|
+
{{/if}}
|
|
38
|
+
{{/unless}}
|
|
39
|
+
{{else}}
|
|
32
40
|
{{#if this.showVoteResult}}
|
|
33
41
|
<p class="clear-both text-xs pt-7 sm:pt-9 font-headingSerif sm:text-sm text-gray-scorpion">
|
|
34
42
|
{{loca "votingform_vote_result"}}{{this.summarizedResult}}
|
|
35
43
|
</p>
|
|
36
44
|
{{/if}}
|
|
37
|
-
{{
|
|
45
|
+
{{/if}}
|
|
38
46
|
{{/if}}
|
|
39
47
|
|
|
40
48
|
{{#if _isVotingOver}}
|
|
@@ -28,13 +28,21 @@
|
|
|
28
28
|
</div>
|
|
29
29
|
{{/each}}
|
|
30
30
|
|
|
31
|
-
{{
|
|
31
|
+
{{#if this.isMultipleChoice}}
|
|
32
|
+
{{#unless this.showAbsoluteResult}}
|
|
33
|
+
{{#if this.showVoteResult}}
|
|
34
|
+
<p class="clear-both text-xs pt-7 sm:pt-9 font-headingSerif sm:text-sm text-gray-scorpion">
|
|
35
|
+
{{loca "votingform_vote_result"}}{{this.summarizedResult}}
|
|
36
|
+
</p>
|
|
37
|
+
{{/if}}
|
|
38
|
+
{{/unless}}
|
|
39
|
+
{{else}}
|
|
32
40
|
{{#if this.showVoteResult}}
|
|
33
41
|
<p class="clear-both text-xs pt-7 sm:pt-9 font-headingSerif sm:text-sm text-gray-scorpion">
|
|
34
42
|
{{loca "votingform_vote_result"}}{{this.summarizedResult}}
|
|
35
43
|
</p>
|
|
36
44
|
{{/if}}
|
|
37
|
-
{{
|
|
45
|
+
{{/if}}
|
|
38
46
|
{{/if}}
|
|
39
47
|
|
|
40
48
|
{{#if _isVotingOver}}
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"repository": "https://github.com/szuelch/hr-design-system-handlebars",
|
|
9
|
-
"version": "1.113.
|
|
9
|
+
"version": "1.113.15",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
package/src/assets/tailwind.css
CHANGED
|
@@ -424,8 +424,8 @@
|
|
|
424
424
|
--color-cluster-teaser-link: theme('colors.blue.blueLuxury.hex');
|
|
425
425
|
--color-cluster-teaser-headline: theme('colors.purple.pompadour');
|
|
426
426
|
/* Button */
|
|
427
|
-
--color-button: theme('colors.
|
|
428
|
-
--color-button--dark: theme('colors.
|
|
427
|
+
--color-button: theme('colors.blue.blueLuxury.hex');
|
|
428
|
+
--color-button--dark: theme('colors.blue.astronautBlue');
|
|
429
429
|
--color-button-inverted: theme('colors.white.DEFAULT');
|
|
430
430
|
--color-button-inverted--dark: theme('colors.blue.accented');
|
|
431
431
|
/* Media-Button */
|
|
@@ -535,7 +535,7 @@
|
|
|
535
535
|
--color-cluster-teaser-link: var(--color-primary-ds);
|
|
536
536
|
--color-cluster-teaser-headline: theme('colors.blue.astronautBlue');
|
|
537
537
|
/* Button */
|
|
538
|
-
--color-button: theme('colors.
|
|
538
|
+
--color-button: theme('colors.blue.jellyBean.hex');
|
|
539
539
|
--color-button--dark: theme('colors.blue.astronautBlue');
|
|
540
540
|
--color-button-inverted: theme('colors.white.DEFAULT');
|
|
541
541
|
--color-button-inverted--dark: theme('colors.blue.accented');
|
|
@@ -783,8 +783,8 @@
|
|
|
783
783
|
--color-cluster-teaser-link: var(--color-primary-ds);
|
|
784
784
|
--color-cluster-teaser-headline: theme('colors.blue.blueLuxury.hex');
|
|
785
785
|
/* Button */
|
|
786
|
-
--color-button: theme('colors.
|
|
787
|
-
--color-button--dark: theme('colors.blue.
|
|
786
|
+
--color-button: theme('colors.blue.blueLuxury.hex');
|
|
787
|
+
--color-button--dark: theme('colors.blue.astronautBlue');
|
|
788
788
|
--color-button-inverted: theme('colors.white.DEFAULT');
|
|
789
789
|
--color-button-inverted--dark: theme('colors.blue.accented');
|
|
790
790
|
/* Media-Button */
|
|
@@ -896,7 +896,7 @@
|
|
|
896
896
|
--color-cluster-teaser-link: theme('colors.red.wellRead.hex');
|
|
897
897
|
--color-cluster-teaser-headline: var(--color-primary-ds);
|
|
898
898
|
/* Button */
|
|
899
|
-
--color-button: theme('colors.
|
|
899
|
+
--color-button: theme('colors.red.wellRead.hex');
|
|
900
900
|
--color-button--dark: theme('colors.red.burntUmber');
|
|
901
901
|
--color-button-inverted: theme('colors.white.DEFAULT');
|
|
902
902
|
--color-button-inverted--dark: theme('colors.blue.accented');
|
|
@@ -1008,7 +1008,7 @@
|
|
|
1008
1008
|
--color-cluster-teaser-link: theme('colors.green.teal');
|
|
1009
1009
|
--color-cluster-teaser-headline: var(--color-primary-ds);
|
|
1010
1010
|
/* Button */
|
|
1011
|
-
--color-button: theme('colors.
|
|
1011
|
+
--color-button: theme('colors.teal.DEFAULT.hex');
|
|
1012
1012
|
--color-button--dark: theme('colors.blue.blueStone');
|
|
1013
1013
|
--color-button-inverted: theme('colors.white.DEFAULT');
|
|
1014
1014
|
--color-button-inverted--dark: theme('colors.blue.accented');
|
|
@@ -1127,8 +1127,8 @@
|
|
|
1127
1127
|
--color-cluster-teaser-link: var(--color-primary-ds);
|
|
1128
1128
|
--color-cluster-teaser-headline: theme('colors.blue.astronautBlue');
|
|
1129
1129
|
/* Button */
|
|
1130
|
-
--color-button: theme('colors.
|
|
1131
|
-
--color-button--dark: theme('colors.blue.
|
|
1130
|
+
--color-button: theme('colors.blue.blueLuxury.hex');
|
|
1131
|
+
--color-button--dark: theme('colors.blue.astronautBlue');
|
|
1132
1132
|
--color-button-inverted: theme('colors.white.DEFAULT');
|
|
1133
1133
|
--color-button-inverted--dark: theme('colors.gray.lightGray');
|
|
1134
1134
|
--color-button-disabled: theme('colors.gray.lightGray');
|
|
@@ -1241,8 +1241,8 @@
|
|
|
1241
1241
|
--color-cluster-teaser-link: theme('colors.black.DEFAULT');
|
|
1242
1242
|
--color-cluster-teaser-headline: theme('colors.black.DEFAULT');
|
|
1243
1243
|
/* Button */
|
|
1244
|
-
--color-button:
|
|
1245
|
-
--color-button--dark: theme('colors.
|
|
1244
|
+
--color-button: theme('colors.yellow.corn');
|
|
1245
|
+
--color-button--dark: theme('colors.yellow.olive.hex');
|
|
1246
1246
|
--color-button-inverted: theme('colors.white.DEFAULT');
|
|
1247
1247
|
--color-button-inverted--dark: theme('colors.blue.accented');
|
|
1248
1248
|
/* Media-Button */
|
|
@@ -1358,7 +1358,7 @@
|
|
|
1358
1358
|
--color-cluster-teaser-link: theme('colors.red.paprika.hex');
|
|
1359
1359
|
--color-cluster-teaser-headline: theme('colors.black.DEFAULT');
|
|
1360
1360
|
/* Button */
|
|
1361
|
-
--color-button:
|
|
1361
|
+
--color-button: theme('colors.red.paprika.hex');
|
|
1362
1362
|
--color-button--dark: theme('colors.purple.pompadour');
|
|
1363
1363
|
--color-button-inverted: theme('colors.white.DEFAULT');
|
|
1364
1364
|
--color-button-inverted--dark: #433d37;
|
|
@@ -1496,9 +1496,9 @@
|
|
|
1496
1496
|
--color-cluster-teaser-link: var(--color-primary-ds);
|
|
1497
1497
|
--color-cluster-teaser-headline: theme('colors.black.DEFAULT');
|
|
1498
1498
|
/* Button */
|
|
1499
|
-
--color-button: theme('colors.
|
|
1500
|
-
--color-button-inverted: theme('colors.white.DEFAULT');
|
|
1499
|
+
--color-button: theme('colors.red.monza.hex');
|
|
1501
1500
|
--color-button--dark: theme('colors.red.burntUmber');
|
|
1501
|
+
--color-button-inverted: theme('colors.white.DEFAULT');
|
|
1502
1502
|
--color-button-inverted--dark: theme('colors.blue.accented');
|
|
1503
1503
|
/* Media-Button */
|
|
1504
1504
|
--color-media-button: var(--color-primary-ds);
|
|
@@ -1614,9 +1614,9 @@
|
|
|
1614
1614
|
--color-cluster-teaser-link: var(--color-link);
|
|
1615
1615
|
--color-cluster-teaser-headline: theme('colors.black.DEFAULT');
|
|
1616
1616
|
/* Button */
|
|
1617
|
-
--color-button: theme('colors.
|
|
1618
|
-
--color-button-inverted: theme('colors.white.DEFAULT');
|
|
1617
|
+
--color-button: theme('colors.green.genoa');
|
|
1619
1618
|
--color-button--dark: theme('colors.green.eden.hex');
|
|
1619
|
+
--color-button-inverted: theme('colors.white.DEFAULT');
|
|
1620
1620
|
--color-button-inverted--dark: theme('colors.blue.accented');
|
|
1621
1621
|
/* Media-Button */
|
|
1622
1622
|
--color-media-button: theme('colors.green.eden.hex');
|
|
@@ -1750,9 +1750,9 @@
|
|
|
1750
1750
|
--color-cluster-teaser-link: var(--color-link);
|
|
1751
1751
|
--color-cluster-teaser-headline: theme('colors.black.DEFAULT');
|
|
1752
1752
|
/* Button */
|
|
1753
|
-
--color-button: theme('colors.
|
|
1753
|
+
--color-button: theme('colors.blue.lightCerulean');
|
|
1754
|
+
--color-button--dark: theme('colors.blue.sea.hex');
|
|
1754
1755
|
--color-button-inverted: theme('colors.white.DEFAULT');
|
|
1755
|
-
--color-button--dark: theme('colors.blue.blueStone');
|
|
1756
1756
|
--color-button-inverted--dark: theme('colors.blue.accented');
|
|
1757
1757
|
/* Media-Button */
|
|
1758
1758
|
--color-media-button: theme('colors.black.DEFAULT');
|
|
@@ -28,13 +28,21 @@
|
|
|
28
28
|
</div>
|
|
29
29
|
{{/each}}
|
|
30
30
|
|
|
31
|
-
{{
|
|
31
|
+
{{#if this.isMultipleChoice}}
|
|
32
|
+
{{#unless this.showAbsoluteResult}}
|
|
33
|
+
{{#if this.showVoteResult}}
|
|
34
|
+
<p class="clear-both text-xs pt-7 sm:pt-9 font-headingSerif sm:text-sm text-gray-scorpion">
|
|
35
|
+
{{loca "votingform_vote_result"}}{{this.summarizedResult}}
|
|
36
|
+
</p>
|
|
37
|
+
{{/if}}
|
|
38
|
+
{{/unless}}
|
|
39
|
+
{{else}}
|
|
32
40
|
{{#if this.showVoteResult}}
|
|
33
41
|
<p class="clear-both text-xs pt-7 sm:pt-9 font-headingSerif sm:text-sm text-gray-scorpion">
|
|
34
42
|
{{loca "votingform_vote_result"}}{{this.summarizedResult}}
|
|
35
43
|
</p>
|
|
36
44
|
{{/if}}
|
|
37
|
-
{{
|
|
45
|
+
{{/if}}
|
|
38
46
|
{{/if}}
|
|
39
47
|
|
|
40
48
|
{{#if _isVotingOver}}
|