Skip to content

Commit

Permalink
Add a link to go from Edit Payroll to Edit Forecast for related cost …
Browse files Browse the repository at this point in the history
…centre
  • Loading branch information
CaitBarnard committed Feb 6, 2025
1 parent ccf7c7a commit cddaed5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions front_end/styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -377,3 +377,7 @@ th {
.scrollable {
overflow-x: auto;
}

.right-link {
float: right;
}
1 change: 1 addition & 0 deletions payroll/templates/payroll/page/edit_payroll.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
{% endblock breadcrumbs %}

{% block content %}
<a class="govuk-link right-link" href="{% url 'edit_forecast' cost_centre_code financial_year %}">Go to Forecast</a>
<h1 class="govuk-heading-l">Edit payroll</h1>

<div id="payroll-app"></div>
Expand Down

0 comments on commit cddaed5

Please sign in to comment.