Skip to content

Commit

Permalink
Refactor: consolidate Login.gov media item templates (#2180)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran authored Jun 24, 2024
2 parents bcb9b1e + fa8bd67 commit 53bc0c2
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 57 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h1>{% translate "You selected a CalFresh Cardholder transit benefit." %}</h1>
{% endblock headline %}

{% block media-item %}
{% include "eligibility/includes/media-item--idcardcheck--start--calfresh.html" %}
{% include "eligibility/includes/media-item--idcardcheck--start--login-gov.html" %}
{% endblock media-item %}

{% block call-to-action %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h1>{% translate "You selected an Older Adult transit benefit." %}</h1>
{% endblock headline %}

{% block media-item %}
{% include "eligibility/includes/media-item--idcardcheck--start--senior.html" %}
{% include "eligibility/includes/media-item--idcardcheck--start--login-gov.html" %}
{% endblock media-item %}

{% block call-to-action %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h1>{% translate "You selected a Veteran transit benefit." %}</h1>
{% endblock headline %}

{% block media-item %}
{% include "eligibility/includes/media-item--idcardcheck--start--veteran.html" %}
{% include "eligibility/includes/media-item--idcardcheck--start--login-gov.html" %}
{% endblock media-item %}

{% block call-to-action %}
Expand Down

0 comments on commit 53bc0c2

Please sign in to comment.