Skip to content

Commit

Permalink
VOTE-3108 resolve regression in nvrf template (#1121)
Browse files Browse the repository at this point in the history
Co-authored-by: tt-gsa <139235281+tt-gsa@users.noreply.github.com>
  • Loading branch information
rayestrada and tt-gsa authored Nov 20, 2024
1 parent 7958a1b commit ef65f08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/
#}

{% if view_mode != 'teaser' %}
{# USAgov partnership component #}
<div class="vote-usagov-partner">
{# USA.gov Links #}
Expand Down Expand Up @@ -36,6 +37,7 @@
</div>
</div>
</div>
{% endif %}

{# EAC Partnership component #}
<div class="vote-eac-partner vote-block-padding-y-narrow" data-test="footerContact">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
{% endblock %}

<footer class="usa-footer">
{% include '@votegov/component/eacgov-partner.html.twig' %}
{% include '@votegov/component/usa-identifier.html.twig' %}
{# Partnerships component #}
{{ drupal_entity('block_content', 24, 'teaser') }}
{# Identifier component #}
{{ drupal_entity('block_content', 25) }}
</footer>

0 comments on commit ef65f08

Please sign in to comment.