Skip to content

Commit

Permalink
OD-53: Updates all the instances of buildings to be properties
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandraiv committed Jan 31, 2025
1 parent effd73d commit a2ba6f3
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Get energy certificate data
{% endset%}

{% set backLink = "/get-energy-certificate-data/type-of-buildings" %}
{% set backLink = "/get-energy-certificate-data/type-of-properties" %}

{% extends "layouts/main.html" %}

{% block pageTitle %}
Domestic buildings - Get energy certificate data - GOV.UK
Domestic properties - Get energy certificate data - GOV.UK
{% endblock %}

{% block content %}
Expand All @@ -17,13 +17,13 @@
<div class="govuk-grid-column-two-thirds govuk-!-padding-left-0">
<div class="govuk-grid-row">
<h1 class="govuk-heading-xl">
Domestic Buildings
Domestic Properties
</h1>
<p class="govuk-body">
Use the filters to select the data you need.
</p>
<p class="govuk-body">
You will get the full dataset for domestic buildings in England, Wales and Northern Ireland if you do not select any filters.
You will get the full dataset for domestic properties in England and Wales if you do not select any filters.
</p>
</div>
<div class="govuk-grid-row">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Get energy certificate data
{% endset%}

{% set backLink = "/get-energy-certificate-data/type-of-buildings" %}
{% set backLink = "/get-energy-certificate-data/type-of-properties" %}

{% extends "layouts/main.html" %}

{% block pageTitle %}
Non-domestic buildings - Get energy certificate data - GOV.UK
Non-domestic properties - Get energy certificate data - GOV.UK
{% endblock %}

{% block content %}
Expand All @@ -17,13 +17,13 @@
<div class="govuk-grid-column-two-thirds govuk-!-padding-left-0">
<div class="govuk-grid-row">
<h1 class="govuk-heading-xl">
Non-domestic buildings
Non-domestic properties
</h1>
<p class="govuk-body">
Use the filters to select the data you need.
</p>
<p class="govuk-body">
You will get the full dataset for non-domestic buildings in England, Wales and Northern Ireland if you do not select any filters.
You will get the full dataset for non-domestic properties in England and Wales if you do not select any filters.
</p>
</div>
<div class="govuk-grid-row">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Get energy certificate data
{% endset%}

{% set backLink = "/get-energy-certificate-data/type-of-buildings" %}
{% set backLink = "/get-energy-certificate-data/type-of-properties" %}

{% extends "layouts/main.html" %}

{% block pageTitle %}
Public buildings - Get energy certificate data - GOV.UK
Public properties - Get energy certificate data - GOV.UK
{% endblock %}

{% block content %}
Expand All @@ -17,13 +17,13 @@
<div class="govuk-grid-column-two-thirds govuk-!-padding-left-0">
<div class="govuk-grid-row">
<h1 class="govuk-heading-xl">
Public buildings
Public properties
</h1>
<p class="govuk-body">
Use the filters to select the data you need.
</p>
<p class="govuk-body">
You will get the full dataset for public buildings in England, Wales and Northern Ireland if you do not select any filters.
You will get the full dataset for public properties in England and Wales if you do not select any filters.
</p>
</div>
<div class="govuk-grid-row">
Expand Down
4 changes: 2 additions & 2 deletions app/views/get-energy-certificate-data/request-received.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Get energy certificate data
{% endset%}

{% set backLink = "/get-energy-certificate-data/domestic-buildings" %}
{% set backLink = "/get-energy-certificate-data" %}

{% extends "layouts/main.html" %}

{% block pageTitle %}
Public buildings - Get energy certificate data - GOV.UK
Public properties - Get energy certificate data - GOV.UK
{% endblock %}

{% block content %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% extends "layouts/main.html" %}

{% block pageTitle %}
What type of buildings do you want data on? - Get energy certificate data - GOV.UK
What type of properties do you want data on? - Get energy certificate data - GOV.UK
{% endblock %}

{% block content %}
Expand All @@ -19,42 +19,42 @@
<fieldset class="govuk-fieldset" aria-describedby="signIn-hint">
<legend class="govuk-fieldset__legend govuk-fieldset__legend--l">
<h1 class="govuk-fieldset__heading govuk-!-padding-bottom-4">
What type of buildings do you want data on?
What type of properties do you want data on?
</h1>
</legend>
<div class="govuk-radios" data-module="govuk-radios">
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="domestic" name="type-of-buildings" type="radio" value="govuk-domestic" aria-describedby="domestic-item-hint">
<input class="govuk-radios__input" id="domestic" name="type-of-properties" type="radio" value="govuk-domestic" aria-describedby="domestic-item-hint">
<label class="govuk-label govuk-radios__label" for="domestic">
Domestic buildings
Domestic properties
</label>
<div id="domestic-item-hint" class="govuk-hint govuk-radios__hint">
For example, houses or flats
</div>
</div>
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="non-domestic" name="type-of-buildings" type="radio" value="govuk-non-domestic" aria-describedby="non-domestic-hint">
<input class="govuk-radios__input" id="non-domestic" name="type-of-properties" type="radio" value="govuk-non-domestic" aria-describedby="non-domestic-hint">
<label class="govuk-label govuk-radios__label" for="non-domestic">
Non-domestic buildings
Non-domestic properties
</label>
<div id="non-domestic-hint" class="govuk-hint govuk-radios__hint">
For example, commercial or industrial buildings
For example, commercial or industrial properties
</div>
</div>
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="public-buildings" name="type-of-buildings" type="radio" value="govuk-public-buildings" aria-describedby="public-buildings-hint">
<label class="govuk-label govuk-radios__label" for="public-buildings">
Public buildings
<input class="govuk-radios__input" id="public-properties" name="type-of-properties" type="radio" value="govuk-public-properties" aria-describedby="public-properties-hint">
<label class="govuk-label govuk-radios__label" for="public-properties">
Public properties
</label>
<div id="public-buildings-hint" class="govuk-hint govuk-radios__hint">
<div id="public-properties-hint" class="govuk-hint govuk-radios__hint">
For example, schools or hospitals
</div>
</div>
</div>
</fieldset>
</div>
<a
href="/get-energy-certificate-data/domestic-buildings"
href="/get-energy-certificate-data/domestic-properties"
role="button"
draggable="false"
class="govuk-button"
Expand Down
4 changes: 2 additions & 2 deletions app/views/get-energy-certificate-data/way-to-access-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Get energy certificate data
{% endset%}

{% set backLink = "/get-energy-certificate-data/" %}
{% set backLink = "/get-energy-certificate-data" %}

{% extends "layouts/main.html" %}

Expand Down Expand Up @@ -30,7 +30,7 @@ <h2 class="govuk-cookie-banner__heading govuk-heading-m">
</div>
<div class="govuk-button-group">
<a
href="/get-energy-certificate-data/type-of-buildings"
href="/get-energy-certificate-data/type-of-properties"
role="button"
draggable="false"
class="govuk-button"
Expand Down

0 comments on commit a2ba6f3

Please sign in to comment.