File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
partials/views/single-dynamic-event Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ - TMS-1059: Add Sign up-section to event partial
11
+
10
12
## [ 1.11.0] - 2024-10-24
11
13
12
14
- TMS-1075: Redipress 2 filters
Original file line number Diff line number Diff line change 49
49
</div>
50
50
{/event.normalized.price}
51
51
52
+ {?event.normalized.link_sign_up}
53
+ <div class="info-group mb-5 has-border-gray has-border-1 {template_classes.info_group|s}">
54
+ {>"views/single-dynamic-event/single-dynamic-event-group-title" title=event.normalized.sign_up_title template_classes=template_classes.info_group_title icon="link" /}
55
+
56
+ <div class="info-group__description has-text-small has-text-small pt-1 pr-8 pb-4 pl-9">
57
+ <a href="{event.normalized.link_sign_up.url|url}" target="_blank" class="is-block">{event.normalized.link_sign_up.name|html}</a>
58
+ </div>
59
+ </div>
60
+ {/event.normalized.link_sign_up}
61
+
52
62
{?event.normalized.provider}
53
63
<div class="info-group mb-5 has-border-gray has-border-1 {template_classes.info_group|s}">
54
64
{>"views/single-dynamic-event/single-dynamic-event-group-title" title=event.normalized.provider_title template_classes=template_classes.info_group_title icon="bullhorn" /}
You can’t perform that action at this time.
0 commit comments