Skip to content

Commit

Permalink
Sort out backlink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozzey committed Dec 30, 2024
1 parent 065cf2c commit ac75646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/return-logs/edit.njk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{# Back link #}
{{ govukBackLink({
text: 'Back',
href: '/return-logs/'+ returnLogId +'/view'
href: '/return-logs?returnLogId=' + returnLogId
}) }}
{% endblock %}

Expand Down

0 comments on commit ac75646

Please sign in to comment.