Skip to content

Commit

Permalink
Update how description is called from specialist document view
Browse files Browse the repository at this point in the history
  • Loading branch information
leenagupte committed Jan 24, 2025
1 parent d9442a0 commit 90dfd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/specialist_document/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</div>
<%= render "shared/translations" %>
<div class="govuk-grid-column-two-thirds">
<%= render "govuk_publishing_components/components/lead_paragraph", text: @content_item.description %>
<%= render "govuk_publishing_components/components/lead_paragraph", text: content_item.description %>
</div>
</div>

Expand Down

0 comments on commit 90dfd7b

Please sign in to comment.