Skip to content

Commit

Permalink
Merge branch 'TMS-1059' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Nov 19, 2024
2 parents 172a24f + ae0b310 commit 4d4beba
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]

- TMS-1062: Increase menu-dropdown button size
- 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

## [1.3.9] - 2024-09-25
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
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Theme Name: TMS Theme Vapriikki
* Description: Tampere Multisite Vapriikki Theme
* Version: 1.3.9
* Version: 1.3.10
* Author: Geniem
* Author URI: https://geniem.fi
* Template: tms-theme-base
Expand Down

0 comments on commit 4d4beba

Please sign in to comment.