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

Update elements class to frontend on examples page #530

Merged
merged 3 commits into from
Jun 28, 2018
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ New features:
- [#525 Add design system message to home page](https://github.com/alphagov/govuk_prototype_kit/pull/525)

Bug fixes:

- [#530 Update elements class to frontend on examples page](https://github.com/alphagov/govuk_prototype_kit/pull/530)
- [#491 Remove redundant Google Analytics](https://github.com/alphagov/govuk_prototype_kit/pull/491)
- [#524 Make "Prototype Kit" casing consistent](https://github.com/alphagov/govuk_prototype_kit/pull/524)
- [#527 Update docs/index page to include same information as private beta](https://github.com/alphagov/govuk_prototype_kit/pull/527)
Expand Down
6 changes: 3 additions & 3 deletions docs/views/tutorials-and-examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h3 class="govuk-heading-s">Advanced usage</h3>
</li>
<li>
<a href="/docs/examples/branching">Branching</a>
<p class="font-xsmall">(Showing a different page based on user input)</p>
<p class="govuk-body-s">(Showing a different page based on user input)</p>
</li>
<li>
<a href="/docs/creating-routes">Creating routes (server side programming)</a>
Expand All @@ -118,10 +118,10 @@ <h3 class="govuk-heading-s">Advanced usage</h3>
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h2 class="govuk-heading-m">Page templates</h2>
<p class="text">
<p>
Use these as the basis for your prototypes. We recommend making copies of the files rather than directly editing them.
</p>
<p class="text">
<p>
You can find them in your prototype folder, in /docs/views/examples
</p>

Expand Down