Skip to content

Commit

Permalink
WID-558 - Add mailto to booking info email
Browse files Browse the repository at this point in the history
  • Loading branch information
brampauwelyn committed Jan 23, 2024
1 parent a0023be commit f4fef8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/widgets/event-summary.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
<p>{{ 'event_detail_phone'| transTo(preferredLanguage) }} <strong>{{ event.booking_info.phone }}</strong></p>
{% endif %}
{% if (event.booking_info.email is defined) %}
<p>{{ event.booking_info.email }}</p>
<p><a href="mailto:{{event.booking_info.email}}">{{ event.booking_info.email }}</a></p>
{% endif %}
{% if (event.booking_info.url is defined) %}
<p><a href="{{ event.booking_info.url.url }}" target="_blank" data-click-tracking-category="detail" data-click-tracking-action="ticket" data-click-tracking-label="{{ event.name }}">{{ event.booking_info.url.label }}</a> </p>
Expand Down

0 comments on commit f4fef8d

Please sign in to comment.