Skip to content

Commit

Permalink
Fix missing backlink in view bill page (#500)
Browse files Browse the repository at this point in the history
https://eaflood.atlassian.net/browse/WATER-4155

We missed a change needed in the main `layout.njk` template needed to support views with backlinks like the new view bill page.
  • Loading branch information
Cruikshanks authored Nov 3, 2023
1 parent 93be23d commit 3bde013
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/views/layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
{% if auth.authenticated %}
{% include "includes/nav-bar.njk" %}
{% endif %}

{# Place holder section for things like back links or breadcrumbs #}
{% block breadcrumbs %}
{% endblock %}
{% endblock %}

{% block content %}
Expand Down

0 comments on commit 3bde013

Please sign in to comment.