Skip to content

Commit

Permalink
Change "Data format" to "Data schema"
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinEtchells committed Apr 17, 2024
1 parent 69153a3 commit 1570bc6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions prototype/app/views/data-format.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{% extends "layouts/main.html" %}

{% set pageTitle = "Data schema" %}

{% block content %}

<div class="govuk-width-container ">
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-l">Data schema</h1>
<p>(The data schema is generated in main site. Not displayed here to avoid displaying an outdated version.)</p>
</div>
</div>
</div>

{% endblock %}
8 changes: 4 additions & 4 deletions prototype/app/views/layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
{
href: "/how-it-works",
text: "Data format"
text: "Data schema"
},
{
href: "/how-it-works",
Expand All @@ -86,7 +86,7 @@
{% set topNavLinks = [
{text: "Home", url: "/"},
{text: "How it works", url: "/how-it-works"},
{text: "Data format", url: "/data-format"},
{text: "Data schema", url: "/data-schema"},
{text: "Data sharing", url: "/data-sharing"},
{text: "Get involved", url: "/get-involved"},
{text: "Sign in", url: "/sign-in"}
Expand Down Expand Up @@ -126,8 +126,8 @@ <h2 class="govuk-visually-hidden" id="primary-navigation-heading">Navigation</h2
text: "How it works"
},
{
href: "/data-format",
text: "Data format"
href: "/data-schema",
text: "Data schema"
},
{
href: "/data-sharing",
Expand Down

0 comments on commit 1570bc6

Please sign in to comment.