Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

further classes added for styling #895

Merged
merged 2 commits into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
<li>
<p class="govuk-body-s">
<a id="advisory-board-meeting-schedules" href="https://www.gov.uk/government/publications/headteacher-board-meetings-schedule-and-preparation-templates" target="application">Schedule of advisory board meetings (opens in a new tab)</a>
<a class="govuk-link" id="advisory-board-meeting-schedules" href="https://www.gov.uk/government/publications/headteacher-board-meetings-schedule-and-preparation-templates" target="application">Schedule of advisory board meetings (opens in a new tab)</a>
</p>
</li>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
{
<li>
<p class="govuk-body-s">
<a id="advisory-board-meeting-schedules" href="https://www.gov.uk/government/publications/headteacher-board-meetings-schedule-and-preparation-templates" target="application">Schedule of advisory board meetings (opens in a new tab)</a>
<a class="govuk-link" id="advisory-board-meeting-schedules" href="https://www.gov.uk/government/publications/headteacher-board-meetings-schedule-and-preparation-templates" target="application">Schedule of advisory board meetings (opens in a new tab)</a>
</p>
</li>
}
<li>
<p class="govuk-body-s">
<a asp-page="@Links.SchoolApplicationForm.Index.Page" asp-route-id="@ViewData["ProjectId"]" target="application">School application form (opens in a new tab)</a>
<a class="govuk-link" asp-page="@Links.SchoolApplicationForm.Index.Page" asp-route-id="@ViewData["ProjectId"]" target="application">School application form (opens in a new tab)</a>
</p>
</li>
@if (showTheyWorkForYouLink)
{
<li>
<p class="govuk-body-s">
<a href="https://www.theyworkforyou.com" target="blank" id="link-to-they-work-for-you-page">They Work For You (opens in a new tab)</a>
<a class="govuk-link" href="https://www.theyworkforyou.com" target="blank" id="link-to-they-work-for-you-page">They Work For You (opens in a new tab)</a>
</p>
</li>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</li>
<li>
<p class="govuk-body-s">
<a href="#" target="application">
<a class="govuk-link" href="#" target="application">
School application form (opens in a new tab)
</a>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</li>
<li>
<p class="govuk-body-s">
<a href="#" target="application">
<a class="govuk-link" href="#" target="application">
School
application form (opens in a new tab)
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</li>
<li>
<p class="govuk-body-s">
<a href="#" target="application">
<a class="govuk-link" href="#" target="application">
School
application form (opens in a new tab)
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</li>
<li>
<p class="govuk-body-s">
<a href="#" target="application">
<a class="govuk-link" class="govuk-link" href="#" target="application">
School application form (opens in a new tab)
</a>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<ul class="govuk-list govuk-!-font-size-16">
<li>
<p class="govuk-body-s">
If you <a asp-page="@Links.AnnexB.Index.Page" asp-route-id="@Model.Project.Id">attach an Annex B form</a> to this project, it will appear here for reference.
If you <a class="govuk-link" asp-page="@Links.AnnexB.Index.Page" asp-route-id="@Model.Project.Id">attach an Annex B form</a> to this project, it will appear here for reference.
</p>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<h1 class="govuk-heading-l">School performance (Ofsted information)</h1>
<div class="govuk-body">
<p class="govuk-body">This information comes from Ofsted. The table will go into your project template.</p>
<p class="govuk-body">You can add <a href="#additional-information">additional information</a> if you need to, this will also go into your project template.</p>
<p class="govuk-body">You can add <a class="govuk-link" href="#additional-information">additional information</a> if you need to, this will also go into your project template.</p>
<p class="govuk-body-s">TRAMS last updated on: 23 March 2021</p><br>
</div>
</div>
Expand Down
Loading