Skip to content

Commit

Permalink
Merge pull request #1235 from maurofmferrao/feature/2.3.12
Browse files Browse the repository at this point in the history
Campaign preview: Embed new tab preview link broken
  • Loading branch information
dasgarner authored Sep 6, 2021
2 parents 98094e1 + e877557 commit 7ec5d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/campaign-preview.twig
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This is the template for the campaign page
<div class="col-sm-12">
<div class="embed-responsive embed-responsive-4by3">
<div class="embed-responsive-item preview-container"
data-url="{{ urlFor('layout.preview', { "id": extendedLayout.layout.layoutId }) }}'">
data-url="{{ urlFor('layout.preview', { "id": extendedLayout.layout.layoutId }) }}">
{% include 'layout-preview-partial.twig' with {'layout': extendedLayout.layout, 'previewOptions': extendedLayout.previewOptions } %}
</div>
</div>
Expand Down

0 comments on commit 7ec5d79

Please sign in to comment.