diff --git a/src/site/layouts/va_form.drupal.liquid b/src/site/layouts/va_form.drupal.liquid index 3b413db305..fe0f003626 100644 --- a/src/site/layouts/va_form.drupal.liquid +++ b/src/site/layouts/va_form.drupal.liquid @@ -155,7 +155,6 @@ {% assign translatedDownloadText = vaForm.entity.fieldVaFormLanguage | deriveLanguageTranslation: 'downloadVaForm', vaForm.entity.fieldVaFormNumber %} {{ translatedDownloadText }} (PDF) @@ -180,11 +179,12 @@ {% for vaFormLinkTeaser in fieldVaFormLinkTeasers %}
  • - - {{ vaFormLinkTeaser.entity.fieldLink.title }} - + onclick="recordEvent({ event: 'nav-linkslist', 'links-list-header': '{{ vaFormLinkTeaser.entity.fieldLink.title | escape }}', 'links-list-section-header': '{{ linkTeasersHeader | escape }}' })" + text="{{ vaFormLinkTeaser.entity.fieldLink.title }}" + />

    {{ vaFormLinkTeaser.entity.fieldLinkSummary }}

  • @@ -193,41 +193,43 @@ {% comment %} The default related links if custom links aren't defined {% endcomment %}
  • - - Change your direct deposit information - + onclick="recordEvent({ event: 'nav-linkslist', 'links-list-header': 'Change your direct deposit information', 'links-list-section-header': '{{ linkTeasersHeader | escape }}' })" + text="Change your direct deposit information" + />

    Find out how to update your direct deposit information online for disability compensation, pension, or education benefits.

  • - - Change your address - + onclick="recordEvent({ event: 'nav-linkslist', 'links-list-header': 'Change your address', 'links-list-section-header': '{{ linkTeasersHeader | escape }}' })" + text="Change your address" + />

    Find out how to change your address and other information in your VA.gov profile for disability compensation, claims and appeals, VA health care, and other benefits.

  • - - Request your military records, including DD214 - + onclick="recordEvent({ event: 'nav-linkslist', 'links-list-header': 'Request your military records, including DD214', 'links-list-section-header': '{{ linkTeasersHeader | escape }}' })" + text="Request your military records, including DD214" + />

    Submit an online request to get your DD214 or other military service records through the milConnect website.

  • - - Get your VA records and documents online - + onclick="recordEvent({ event: 'nav-linkslist', 'links-list-header': 'Get your VA records and documents online', 'links-list-section-header': '{{ linkTeasersHeader | escape }}' })" + text="Get your VA records and documents online" + />

    Learn how to access your VA records, benefit letters, and documents online.

  • diff --git a/src/site/paragraphs/linkTeaser.drupal.liquid b/src/site/paragraphs/linkTeaser.drupal.liquid index d22aa05a97..433b1e9b98 100644 --- a/src/site/paragraphs/linkTeaser.drupal.liquid +++ b/src/site/paragraphs/linkTeaser.drupal.liquid @@ -37,11 +37,13 @@ {% if header === "h3" %} {% if link.title != empty %}

    - - {{ link.title }} - +

    {% endif %} {% else %} diff --git a/src/site/paragraphs/lists_of_links.drupal.liquid b/src/site/paragraphs/lists_of_links.drupal.liquid index 5124fb3b50..cb19de562d 100644 --- a/src/site/paragraphs/lists_of_links.drupal.liquid +++ b/src/site/paragraphs/lists_of_links.drupal.liquid @@ -22,7 +22,7 @@ {% if vaParagraph.entity.fieldLink.url.path %}
  • - +