Skip to content

Commit 7713057

Browse files
authored
Merge pull request #176 from devgeniem/TMS-1059
TMS-1059: Add Sign up-section to event partial
2 parents 463b9f3 + 059cb41 commit 7713057

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
- TMS-1059: Add Sign up-section to event partial
11+
1012
## [1.11.0] - 2024-10-24
1113

1214
- TMS-1075: Redipress 2 filters

partials/views/single-dynamic-event/single-dynamic-event-info.dust

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@
4949
</div>
5050
{/event.normalized.price}
5151

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+
5262
{?event.normalized.provider}
5363
<div class="info-group mb-5 has-border-gray has-border-1 {template_classes.info_group|s}">
5464
{>"views/single-dynamic-event/single-dynamic-event-group-title" title=event.normalized.provider_title template_classes=template_classes.info_group_title icon="bullhorn" /}

0 commit comments

Comments
 (0)