Skip to content

Commit

Permalink
Merge pull request #49 from ministryofjustice/CBA-98-remove-prison-da…
Browse files Browse the repository at this point in the history
…ta-from-tasklist-table

Remove prison name from task list page
  • Loading branch information
patrickjfl authored Jan 9, 2025
2 parents 51cddfb + d726be4 commit c140327
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/views/applications/taskList.njk
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
<p class="govuk-body govuk-body govuk-!-font-size-19 govuk-!-margin-bottom-1">
<span class="govuk-!-font-weight-bold">Applicant:</span>
{{ application.person.name }}</p>
<p class="govuk-body govuk-body govuk-!-font-size-19 govuk-!-margin-bottom-1">
<span class="govuk-!-font-weight-bold">Prison:</span>
{{ application.person.prisonName }}</p>
<p class="govuk-body govuk-body govuk-!-font-size-19 govuk-!-margin-bottom-1">
<span class="govuk-!-font-weight-bold">Referrer:</span>
{{ application.createdBy.name }}</p>
Expand Down

0 comments on commit c140327

Please sign in to comment.