From fec6b831084ebc9c27df143f34e4864e862deed9 Mon Sep 17 00:00:00 2001 From: Ans Date: Fri, 3 May 2024 18:37:42 -0400 Subject: [PATCH] Remove unused `icon-link` class | update jump link class --- .../housing_counselor/pdf_selfcontained.html | 4 ++-- .../know-before-you-owe/compare/index.html | 16 ++++++++-------- .../know-before-you-owe/timeline/index.html | 2 +- cfgov/v1/jinja2/v1/includes/organisms/chart.html | 5 ++--- .../v1/includes/organisms/mortgage-chart.html | 2 +- .../v1/includes/organisms/mortgage-map.html | 2 +- .../v1/includes/organisms/simple-chart.html | 5 ++--- 7 files changed, 17 insertions(+), 19 deletions(-) diff --git a/cfgov/housing_counselor/templates/housing_counselor/pdf_selfcontained.html b/cfgov/housing_counselor/templates/housing_counselor/pdf_selfcontained.html index fe44c42d508..4db6ac392e1 100644 --- a/cfgov/housing_counselor/templates/housing_counselor/pdf_selfcontained.html +++ b/cfgov/housing_counselor/templates/housing_counselor/pdf_selfcontained.html @@ -262,7 +262,7 @@

Distance

Agency

@@ -275,7 +275,7 @@

Agency

Website: - {{ counselor.weburl }} + {{ counselor.weburl }} Phone: {{ counselor.phone1}} Email Address: diff --git a/cfgov/jinja2/know-before-you-owe/compare/index.html b/cfgov/jinja2/know-before-you-owe/compare/index.html index 5675ec4fcd1..639eb5c7ee7 100644 --- a/cfgov/jinja2/know-before-you-owe/compare/index.html +++ b/cfgov/jinja2/know-before-you-owe/compare/index.html @@ -96,8 +96,8 @@

Initial TIL disclosure + Good Faith Estimate

Loan estimate, before, Good Faith Estimate, page 3

- - View these two forms as a PDF + + View these two forms as a PDF

@@ -113,8 +113,8 @@

Loan Estimate

Loan Estimate page 3

- - View the Loan Estimate as a PDF + + View the Loan Estimate as a PDF

@@ -136,8 +136,8 @@

Final TIL disclosure + HUD-1 Settlement Statement

Closing disclosure, before, HUD-1, page 3

- - View these two forms as a PDF + + View these two forms as a PDF

@@ -156,8 +156,8 @@

Closing Disclosure

Closing Disclosure page 5

- - View the Closing Disclosure as a PDF + + View the Closing Disclosure as a PDF

diff --git a/cfgov/jinja2/know-before-you-owe/timeline/index.html b/cfgov/jinja2/know-before-you-owe/timeline/index.html index c0272373b86..848a8fd2cc8 100644 --- a/cfgov/jinja2/know-before-you-owe/timeline/index.html +++ b/cfgov/jinja2/know-before-you-owe/timeline/index.html @@ -107,7 +107,7 @@

Disclosures tested:


+ href="https://files.consumerfinance.gov/f/201106_cfpb_mortgage-disclosure-prototype-Round2-Redbud.pdf"> Prototype A {{ svg_icon('download') }} diff --git a/cfgov/v1/jinja2/v1/includes/organisms/chart.html b/cfgov/v1/jinja2/v1/includes/organisms/chart.html index 70d37d8a01d..53d5086f3c6 100644 --- a/cfgov/v1/jinja2/v1/includes/organisms/chart.html +++ b/cfgov/v1/jinja2/v1/includes/organisms/chart.html @@ -43,9 +43,8 @@

{{ value.title }}

Download: {# Note: link closing tag needs to be on the same line to avoid a trailing space in the link. #} - - CSV file + + CSV file
{% endif %} diff --git a/cfgov/v1/jinja2/v1/includes/organisms/mortgage-chart.html b/cfgov/v1/jinja2/v1/includes/organisms/mortgage-chart.html index 6fd7e17c600..192babc61d2 100644 --- a/cfgov/v1/jinja2/v1/includes/organisms/mortgage-chart.html +++ b/cfgov/v1/jinja2/v1/includes/organisms/mortgage-chart.html @@ -172,7 +172,7 @@

Percentage of mortgages {{ time_frame_styled }} {%

Source: National Mortgage Database
Date published: {{ pub_date_formatted }}
- Downloads: CSV files with data by state ({{ state_meta['size'] }}), metro and non-metro areas ({{ metro_meta['size'] }}), or county ({{ county_meta['size'] }}).
+ Downloads: CSV files with data by state ({{ state_meta['size'] }}), metro and non-metro areas ({{ metro_meta['size'] }}), or county ({{ county_meta['size'] }}).
{% if value.note %}Note: {{ value.note }} Learn more about the data.
{% endif %}

diff --git a/cfgov/v1/jinja2/v1/includes/organisms/mortgage-map.html b/cfgov/v1/jinja2/v1/includes/organisms/mortgage-map.html index ca221e2cd31..b8300be06b6 100644 --- a/cfgov/v1/jinja2/v1/includes/organisms/mortgage-map.html +++ b/cfgov/v1/jinja2/v1/includes/organisms/mortgage-map.html @@ -211,7 +211,7 @@

Percentage of mortgages {% if time_frame == '90' %} at lea

Source: National Mortgage Database
Date published: {{ pub_date_formatted }}
- Downloads: CSV files with data by state ({{ state_meta['size'] }}), metro and non-metro areas ({{ metro_meta['size'] }}), or county ({{ county_meta['size'] }}).
+ Downloads: CSV files with data by state ({{ state_meta['size'] }}), metro and non-metro areas ({{ metro_meta['size'] }}), or county ({{ county_meta['size'] }}).
{% if value.note %}Note: {{ value.note }} Learn more about the data.
{% endif %}

diff --git a/cfgov/v1/jinja2/v1/includes/organisms/simple-chart.html b/cfgov/v1/jinja2/v1/includes/organisms/simple-chart.html index e008c6fb875..2972539083c 100644 --- a/cfgov/v1/jinja2/v1/includes/organisms/simple-chart.html +++ b/cfgov/v1/jinja2/v1/includes/organisms/simple-chart.html @@ -66,9 +66,8 @@

Figure {{ value.figure_number }}
{% set href = make_download_href(value.download_file, data_location) %} {% if href %} Download: - - {{value.download_text}}
+ + {{value.download_text}}
{% endif %} {% endif %} {% if value.notes%}Notes: {{value.notes}}{% endif %}