Skip to content

Commit

Permalink
Update breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
CaitBarnard committed Oct 28, 2024
1 parent 167c2e0 commit 3c4e8e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion payroll/templates/payroll/page/edit_payroll.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

{% block breadcrumbs %}
{{ block.super }}
<!-- This breadcrumb currently goes to the forecast and not payroll url -->
{% breadcrumb "Choose cost centre" "choose_cost_centre" %}
{% breadcrumb "Edit payroll" "edit_payroll" %}
{% endblock breadcrumbs %}

Expand All @@ -14,7 +16,7 @@ <h1 class="govuk-heading-l">Edit payroll</h1>

<h1 class="govuk-heading-l">Forecast</h1>
<p class="govuk-body-s">
This is a temporary table to demostrate the forecast figures. Eventually these
This is a temporary table to demonstrate the forecast figures. Eventually these
figures would end up in the "Edit forecast" table.
</p>
<table class="govuk-table">
Expand Down

0 comments on commit 3c4e8e8

Please sign in to comment.