Skip to content

Commit

Permalink
TMS-1059: Add Sign up-section to event partial
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Nov 19, 2024
1 parent badca90 commit ae0b310
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- TMS-1059: Add Sign up-section to event partial

## [1.3.10] - 2024-11-07

- TMS-1070: Change lobby-display images, allow single exhibition to be in two spaces
Expand Down
10 changes: 10 additions & 0 deletions partials/views/single-dynamic-event/single-dynamic-event-info.dust
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@
</div>
{/event.normalized.price}

{?event.normalized.link_sign_up}
<div class="info-group mb-5 has-border-gray has-border-1 {template_classes.info_group|attr}">
{>"views/single-dynamic-event/single-dynamic-event-group-title" title=event.normalized.sign_up_title template_classes=template_classes.info_group_title icon="link" /}

<div class="info-group__description has-text-small has-text-small pt-1 pr-8 pb-4 pl-9">
<a href="{event.normalized.link_sign_up.url|url}" target="_blank" class="is-block">{event.normalized.link_sign_up.name|html}</a>
</div>
</div>
{/event.normalized.link_sign_up}

{?event.normalized.provider}
<div class="info-group mb-5 has-border-gray has-border-1 {template_classes.info_group|attr}">
{>"views/single-dynamic-event/single-dynamic-event-group-title" title=event.normalized.provider_title template_classes=template_classes.info_group_title icon="bullhorn" /}
Expand Down

0 comments on commit ae0b310

Please sign in to comment.