Skip to content

Commit

Permalink
Fix ofsted details
Browse files Browse the repository at this point in the history
  • Loading branch information
kelliedesigner committed Jan 17, 2025
1 parent 9669e79 commit c2ae8dd
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions app/views/find/courses/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,13 @@
No report yet - why?
</span>
</summary>
<p class="govuk-body">There may not be a report because:</p>
<ul class="govuk-list govuk-list--bullet">
<li><%= @course.accrediting_provider.provider_name %> hasn't been inspected yet</li>
<li>an inspection has taken place recently, but the report hasn't been published yet</li>
</ul>
<div class="govuk-details__text">
<p class="govuk-body">There may not be a report because:</p>
<ul class="govuk-list govuk-list--bullet">
<li><%= @course.accrediting_provider.provider_name %> hasn't been inspected yet</li>
<li>an inspection has taken place recently, but the report hasn't been published yet</li>
</ul>
</div>
</details>
</dd>
</div>
Expand Down

0 comments on commit c2ae8dd

Please sign in to comment.