hr-design-system-handlebars 1.114.51 → 1.114.53
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 +3 -3
- package/dist/views/components/content/copytext/components/image/image.hbs +59 -37
- package/dist/views/components/voting/voting_result.hbs +8 -11
- package/dist/views_static/components/content/copytext/components/image/image.hbs +59 -37
- package/dist/views_static/components/voting/voting_result.hbs +8 -11
- package/package.json +1 -1
- package/src/stories/views/components/content/copytext/components/image/image.hbs +59 -37
- package/src/stories/views/components/voting/voting_result.hbs +8 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v1.114.53 (Mon Jan 13 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Introducing switch for three aspectRatio values [#1202](https://github.com/mumprod/hr-design-system-handlebars/pull/1202) ([@Paul-Atreidis](https://github.com/Paul-Atreidis))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@Paul-Atreidis](https://github.com/Paul-Atreidis)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v1.114.52 (Mon Jan 06 2025)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- remove unneeded conditions [#1201](https://github.com/mumprod/hr-design-system-handlebars/pull/1201) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v1.114.51 (Mon Jan 06 2025)
|
|
2
26
|
|
|
3
27
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3711,7 +3711,7 @@ article #commentList {
|
|
|
3711
3711
|
border-bottom-color: var(--color-secondary-ds);
|
|
3712
3712
|
}
|
|
3713
3713
|
.counter-reset {
|
|
3714
|
-
counter-reset:
|
|
3714
|
+
counter-reset: cnt1736766155849;
|
|
3715
3715
|
}
|
|
3716
3716
|
html { scroll-behavior: smooth; }
|
|
3717
3717
|
.placeholder-text-xs::-webkit-input-placeholder {
|
|
@@ -4126,7 +4126,7 @@ html { scroll-behavior: smooth; }
|
|
|
4126
4126
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4127
4127
|
}
|
|
4128
4128
|
.-ordered {
|
|
4129
|
-
counter-increment:
|
|
4129
|
+
counter-increment: cnt1736766155849 1;
|
|
4130
4130
|
}
|
|
4131
4131
|
.-ordered::before {
|
|
4132
4132
|
position: absolute;
|
|
@@ -4144,7 +4144,7 @@ html { scroll-behavior: smooth; }
|
|
|
4144
4144
|
--tw-text-opacity: 1;
|
|
4145
4145
|
color: rgba(0, 0, 0, 1);
|
|
4146
4146
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4147
|
-
content: counter(
|
|
4147
|
+
content: counter(cnt1736766155849);
|
|
4148
4148
|
}
|
|
4149
4149
|
/*! ****************************/
|
|
4150
4150
|
/*! DataPolicy stuff */
|
|
@@ -1,38 +1,60 @@
|
|
|
1
|
-
{{
|
|
2
|
-
|
|
3
|
-
{{
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
{{
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
{{
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
1
|
+
{{~#switch this.aspecRatio~}}
|
|
2
|
+
{{~#case '16toX'~}}
|
|
3
|
+
{{#if this.showFullSize.isTrue }}
|
|
4
|
+
{{> components/content/copytext/components/image/figure
|
|
5
|
+
_cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
|
|
6
|
+
_cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
|
|
7
|
+
_type="story"
|
|
8
|
+
_variant="100-copytext-portrait"
|
|
9
|
+
_noAr="true"
|
|
10
|
+
_isWebview=_isWebview}}
|
|
11
|
+
{{else}}
|
|
12
|
+
{{> components/content/copytext/components/image/figure
|
|
13
|
+
_cssClass="hrds-copytext-teaser-half mt-12 mb-8 article-full-width sm:article-narrow sm:mt-6 sm:mb-5 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid"
|
|
14
|
+
_cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
|
|
15
|
+
_type="story"
|
|
16
|
+
_variant="copytext-portrait"
|
|
17
|
+
_noAr="true"
|
|
18
|
+
_isWebview=_isWebview}}
|
|
19
|
+
{{/if}}
|
|
20
|
+
{{~/case~}}
|
|
21
|
+
{{~#case '16to9'~}}
|
|
22
|
+
{{#if this.showFullSize.isTrue}}
|
|
23
|
+
{{> components/content/copytext/components/image/figure
|
|
24
|
+
_cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
|
|
25
|
+
_cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
|
|
26
|
+
_type="story"
|
|
27
|
+
_variant="100-copytext"
|
|
28
|
+
_pictureAddClass="ar-16-9"
|
|
29
|
+
_isWebview=_isWebview}}
|
|
30
|
+
{{else}}
|
|
31
|
+
{{> components/content/copytext/components/image/figure
|
|
32
|
+
_cssClass="hrds-copytext-teaser-half mt-12 mb-8 sm:mt-6 sm:mb-5 article-full-width sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid"
|
|
33
|
+
_cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
|
|
34
|
+
_type="story"
|
|
35
|
+
_variant="copytext"
|
|
36
|
+
_pictureAddClass="ar-16-9"
|
|
37
|
+
_isWebview=_isWebview}}
|
|
38
|
+
{{/if}}
|
|
39
|
+
{{~/case~}}
|
|
40
|
+
{{~#case '1to1'~}}
|
|
41
|
+
{{#if this.showFullSize.isTrue}}
|
|
42
|
+
{{> components/content/copytext/components/image/figure
|
|
43
|
+
_cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
|
|
44
|
+
_cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
|
|
45
|
+
_type="story"
|
|
46
|
+
_variant="100-copytext"
|
|
47
|
+
_pictureAddClass="ar-1-1"
|
|
48
|
+
_isWebview=_isWebview}}
|
|
49
|
+
{{else}}
|
|
50
|
+
{{> components/content/copytext/components/image/figure
|
|
51
|
+
_cssClass="hrds-copytext-teaser-half mt-12 mb-8 sm:mt-6 sm:mb-5 article-full-width sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid"
|
|
52
|
+
_cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
|
|
53
|
+
_type="story"
|
|
54
|
+
_variant="copytext"
|
|
55
|
+
_pictureAddClass="ar-1-1"
|
|
56
|
+
_isWebview=_isWebview}}
|
|
57
|
+
{{/if}}
|
|
58
|
+
{{~/case~}}
|
|
59
|
+
{{~/switch~}}
|
|
38
60
|
|
|
@@ -74,17 +74,14 @@
|
|
|
74
74
|
{{/if}}
|
|
75
75
|
{{/if}}
|
|
76
76
|
{{/if}}
|
|
77
|
-
|
|
78
|
-
{{#unless ../this.
|
|
79
|
-
{{#
|
|
80
|
-
|
|
81
|
-
{{
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
</div>
|
|
85
|
-
{{/if}}
|
|
86
|
-
{{/unless}}
|
|
87
|
-
{{/unless}}
|
|
77
|
+
|
|
78
|
+
{{#unless ../this.isVotingOver}}
|
|
79
|
+
{{#if _showBackButton}}
|
|
80
|
+
<div class="w-full h-12 mt-6 sm:mt-12">
|
|
81
|
+
{{> components/voting/components/voting_backbutton}}
|
|
82
|
+
</div>
|
|
83
|
+
{{/if}}
|
|
88
84
|
{{/unless}}
|
|
85
|
+
|
|
89
86
|
</div>
|
|
90
87
|
{{/if}}
|
|
@@ -1,38 +1,60 @@
|
|
|
1
|
-
{{
|
|
2
|
-
|
|
3
|
-
{{
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
{{
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
{{
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
1
|
+
{{~#switch this.aspecRatio~}}
|
|
2
|
+
{{~#case '16toX'~}}
|
|
3
|
+
{{#if this.showFullSize.isTrue }}
|
|
4
|
+
{{> components/content/copytext/components/image/figure
|
|
5
|
+
_cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
|
|
6
|
+
_cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
|
|
7
|
+
_type="story"
|
|
8
|
+
_variant="100-copytext-portrait"
|
|
9
|
+
_noAr="true"
|
|
10
|
+
_isWebview=_isWebview}}
|
|
11
|
+
{{else}}
|
|
12
|
+
{{> components/content/copytext/components/image/figure
|
|
13
|
+
_cssClass="hrds-copytext-teaser-half mt-12 mb-8 article-full-width sm:article-narrow sm:mt-6 sm:mb-5 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid"
|
|
14
|
+
_cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
|
|
15
|
+
_type="story"
|
|
16
|
+
_variant="copytext-portrait"
|
|
17
|
+
_noAr="true"
|
|
18
|
+
_isWebview=_isWebview}}
|
|
19
|
+
{{/if}}
|
|
20
|
+
{{~/case~}}
|
|
21
|
+
{{~#case '16to9'~}}
|
|
22
|
+
{{#if this.showFullSize.isTrue}}
|
|
23
|
+
{{> components/content/copytext/components/image/figure
|
|
24
|
+
_cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
|
|
25
|
+
_cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
|
|
26
|
+
_type="story"
|
|
27
|
+
_variant="100-copytext"
|
|
28
|
+
_pictureAddClass="ar-16-9"
|
|
29
|
+
_isWebview=_isWebview}}
|
|
30
|
+
{{else}}
|
|
31
|
+
{{> components/content/copytext/components/image/figure
|
|
32
|
+
_cssClass="hrds-copytext-teaser-half mt-12 mb-8 sm:mt-6 sm:mb-5 article-full-width sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid"
|
|
33
|
+
_cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
|
|
34
|
+
_type="story"
|
|
35
|
+
_variant="copytext"
|
|
36
|
+
_pictureAddClass="ar-16-9"
|
|
37
|
+
_isWebview=_isWebview}}
|
|
38
|
+
{{/if}}
|
|
39
|
+
{{~/case~}}
|
|
40
|
+
{{~#case '1to1'~}}
|
|
41
|
+
{{#if this.showFullSize.isTrue}}
|
|
42
|
+
{{> components/content/copytext/components/image/figure
|
|
43
|
+
_cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
|
|
44
|
+
_cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
|
|
45
|
+
_type="story"
|
|
46
|
+
_variant="100-copytext"
|
|
47
|
+
_pictureAddClass="ar-1-1"
|
|
48
|
+
_isWebview=_isWebview}}
|
|
49
|
+
{{else}}
|
|
50
|
+
{{> components/content/copytext/components/image/figure
|
|
51
|
+
_cssClass="hrds-copytext-teaser-half mt-12 mb-8 sm:mt-6 sm:mb-5 article-full-width sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid"
|
|
52
|
+
_cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
|
|
53
|
+
_type="story"
|
|
54
|
+
_variant="copytext"
|
|
55
|
+
_pictureAddClass="ar-1-1"
|
|
56
|
+
_isWebview=_isWebview}}
|
|
57
|
+
{{/if}}
|
|
58
|
+
{{~/case~}}
|
|
59
|
+
{{~/switch~}}
|
|
38
60
|
|
|
@@ -74,17 +74,14 @@
|
|
|
74
74
|
{{/if}}
|
|
75
75
|
{{/if}}
|
|
76
76
|
{{/if}}
|
|
77
|
-
|
|
78
|
-
{{#unless ../this.
|
|
79
|
-
{{#
|
|
80
|
-
|
|
81
|
-
{{
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
</div>
|
|
85
|
-
{{/if}}
|
|
86
|
-
{{/unless}}
|
|
87
|
-
{{/unless}}
|
|
77
|
+
|
|
78
|
+
{{#unless ../this.isVotingOver}}
|
|
79
|
+
{{#if _showBackButton}}
|
|
80
|
+
<div class="w-full h-12 mt-6 sm:mt-12">
|
|
81
|
+
{{> components/voting/components/voting_backbutton}}
|
|
82
|
+
</div>
|
|
83
|
+
{{/if}}
|
|
88
84
|
{{/unless}}
|
|
85
|
+
|
|
89
86
|
</div>
|
|
90
87
|
{{/if}}
|
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.114.
|
|
9
|
+
"version": "1.114.53",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -1,38 +1,60 @@
|
|
|
1
|
-
{{
|
|
2
|
-
|
|
3
|
-
{{
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
{{
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
{{
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
1
|
+
{{~#switch this.aspecRatio~}}
|
|
2
|
+
{{~#case '16toX'~}}
|
|
3
|
+
{{#if this.showFullSize.isTrue }}
|
|
4
|
+
{{> components/content/copytext/components/image/figure
|
|
5
|
+
_cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
|
|
6
|
+
_cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
|
|
7
|
+
_type="story"
|
|
8
|
+
_variant="100-copytext-portrait"
|
|
9
|
+
_noAr="true"
|
|
10
|
+
_isWebview=_isWebview}}
|
|
11
|
+
{{else}}
|
|
12
|
+
{{> components/content/copytext/components/image/figure
|
|
13
|
+
_cssClass="hrds-copytext-teaser-half mt-12 mb-8 article-full-width sm:article-narrow sm:mt-6 sm:mb-5 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid"
|
|
14
|
+
_cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
|
|
15
|
+
_type="story"
|
|
16
|
+
_variant="copytext-portrait"
|
|
17
|
+
_noAr="true"
|
|
18
|
+
_isWebview=_isWebview}}
|
|
19
|
+
{{/if}}
|
|
20
|
+
{{~/case~}}
|
|
21
|
+
{{~#case '16to9'~}}
|
|
22
|
+
{{#if this.showFullSize.isTrue}}
|
|
23
|
+
{{> components/content/copytext/components/image/figure
|
|
24
|
+
_cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
|
|
25
|
+
_cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
|
|
26
|
+
_type="story"
|
|
27
|
+
_variant="100-copytext"
|
|
28
|
+
_pictureAddClass="ar-16-9"
|
|
29
|
+
_isWebview=_isWebview}}
|
|
30
|
+
{{else}}
|
|
31
|
+
{{> components/content/copytext/components/image/figure
|
|
32
|
+
_cssClass="hrds-copytext-teaser-half mt-12 mb-8 sm:mt-6 sm:mb-5 article-full-width sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid"
|
|
33
|
+
_cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
|
|
34
|
+
_type="story"
|
|
35
|
+
_variant="copytext"
|
|
36
|
+
_pictureAddClass="ar-16-9"
|
|
37
|
+
_isWebview=_isWebview}}
|
|
38
|
+
{{/if}}
|
|
39
|
+
{{~/case~}}
|
|
40
|
+
{{~#case '1to1'~}}
|
|
41
|
+
{{#if this.showFullSize.isTrue}}
|
|
42
|
+
{{> components/content/copytext/components/image/figure
|
|
43
|
+
_cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
|
|
44
|
+
_cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
|
|
45
|
+
_type="story"
|
|
46
|
+
_variant="100-copytext"
|
|
47
|
+
_pictureAddClass="ar-1-1"
|
|
48
|
+
_isWebview=_isWebview}}
|
|
49
|
+
{{else}}
|
|
50
|
+
{{> components/content/copytext/components/image/figure
|
|
51
|
+
_cssClass="hrds-copytext-teaser-half mt-12 mb-8 sm:mt-6 sm:mb-5 article-full-width sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid"
|
|
52
|
+
_cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
|
|
53
|
+
_type="story"
|
|
54
|
+
_variant="copytext"
|
|
55
|
+
_pictureAddClass="ar-1-1"
|
|
56
|
+
_isWebview=_isWebview}}
|
|
57
|
+
{{/if}}
|
|
58
|
+
{{~/case~}}
|
|
59
|
+
{{~/switch~}}
|
|
38
60
|
|
|
@@ -74,17 +74,14 @@
|
|
|
74
74
|
{{/if}}
|
|
75
75
|
{{/if}}
|
|
76
76
|
{{/if}}
|
|
77
|
-
|
|
78
|
-
{{#unless ../this.
|
|
79
|
-
{{#
|
|
80
|
-
|
|
81
|
-
{{
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
</div>
|
|
85
|
-
{{/if}}
|
|
86
|
-
{{/unless}}
|
|
87
|
-
{{/unless}}
|
|
77
|
+
|
|
78
|
+
{{#unless ../this.isVotingOver}}
|
|
79
|
+
{{#if _showBackButton}}
|
|
80
|
+
<div class="w-full h-12 mt-6 sm:mt-12">
|
|
81
|
+
{{> components/voting/components/voting_backbutton}}
|
|
82
|
+
</div>
|
|
83
|
+
{{/if}}
|
|
88
84
|
{{/unless}}
|
|
85
|
+
|
|
89
86
|
</div>
|
|
90
87
|
{{/if}}
|