Skip to content

Commit

Permalink
MAN-290: Change compliance sentence links to go direct to sentence wi…
Browse files Browse the repository at this point in the history
…th aria-label
  • Loading branch information
pmcphee77 committed Jan 24, 2025
1 parent 88078a7 commit c0b0c52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/views/pages/compliance/_compliance-current-order.njk
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
items: [
{
text: 'View sentence details',
href: '/case/'+ crn + '/sentence'
href: '/case/'+ crn + '/sentence?number=' + sentence.eventNumber,
attributes: {'aria-label': 'View sentence details for ' + sentence.order.description }
}
]
}
Expand Down

0 comments on commit c0b0c52

Please sign in to comment.