Skip to content

Commit

Permalink
MAN-21 - update sentence page to new design
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Oct 14, 2024
1 parent 4e66fe4 commit f919d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/views/pages/sentence.njk
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,11 @@
value: { html: '<span data-qa="orderDescriptionValue">' + sentence.order.description | nl2br if sentence.order.description else 'No order details' + '</span>' }
},
{
key: { text: "Start date" },
key: { text: "Sentence start date" },
value: { html: '<span data-qa="orderStartDateValue">' + sentence.order.startDate | dateWithYear | nl2br if sentence.order.startDate else 'No start date details' + '</span>' }
},
{
key: { text: "End date" },
key: { text: "Sentence expiry date" },
value: { html: '<span data-qa="orderEndDateValue">' + sentence.order.endDate | dateWithYear | nl2br if sentence.order.endDate else 'No end date details' + '</span>' }
},
{
Expand Down

0 comments on commit f919d2e

Please sign in to comment.