Skip to content

Commit

Permalink
feat: completed Details component
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria committed Sep 4, 2024
1 parent 66444a0 commit 242de11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Childrens-Social-Care-CPD/Views/Shared/_AudioResource.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
@if (Model.Transcript.Content != null)
{
<details class="govuk-details govuk-!-margin-top-3" data-module="govuk-details">
<summary class="govuk-details__summary"> <span class="govuk-details__summary-text">View transcript </span></summary>
<summary class="govuk-details__summary"> <span class="govuk-details__summary-text">View transcript </span>
</summary>
<div class="govuk-details__text">
@{
await Html.RenderPartialAsync("_RichText", Model.Transcript);
Expand All @@ -23,5 +24,4 @@
</details>
}
</div>
</div>

</div>

0 comments on commit 242de11

Please sign in to comment.