Skip to content

Commit

Permalink
Merge pull request #338 from nationalarchives/fix-missing-breadcrumb-…
Browse files Browse the repository at this point in the history
…pages

fix/missing breadcrumbs for Open justice/how to use/what to expect
  • Loading branch information
Laura Porter authored Aug 31, 2022
2 parents e5d4443 + d87c0d5 commit 85e3428
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{% endblock title %}

{% block content %}
{% translate "howtousethisservice.title" as page_title %}
<header class="page-header">
{% include 'includes/breadcrumbs.html' with current=page_title title=page_title link=request.path %}
{% include 'includes/logo.html' %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@

{% block content %}
{% translate "openjusticelicence.title" as page_title %}

<header class="page-header">
{% include 'includes/breadcrumbs.html' with current=page_title title=page_title link=request.url %}
{% include 'includes/breadcrumbs.html' with current=page_title title=page_title link=request.path %}
{% include 'includes/logo.html' %}
</header>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{% endblock title %}

{% block content %}
{% translate "whattoexpect.title" as page_title %}
<header class="page-header">
{% include 'includes/breadcrumbs.html' with current=page_title title=page_title link=request.path %}
{% include 'includes/logo.html' %}
Expand Down

0 comments on commit 85e3428

Please sign in to comment.