Chris Hill-Scott
4df99bd27f
Don’t allow paragraphs without class attribute
...
All paragraphs should have class="govuk-body", or be otherwise
custom-styled. This commit adds some extra checks to our test fixture
that looks for paragraphs that don’t have any styling. Our test coverage
is pretty good, so this should check almost all pages, and prevent
regressions.
I’ve done this in such a way that it can be extended for other elements
(e.g. links) in the future.
2020-05-29 17:11:01 +01:00
Katie Smith
0b81b697c2
Delete commented code
...
This content was all moved to other pages.
2020-04-09 11:04:20 +01:00
Katie Smith
bf949044bc
Replace column-two-thirds with govuk-grid-column-two-thirds
2020-03-06 11:11:41 +00:00
Katie Smith
07bcb4220e
Replace column-one-third with govuk-grid-column-one-third
...
Also replaces `column-third`, with `govuk-grid-column-one-third`, since
this appears to be an alias of `column-one-third`.
2020-03-06 11:11:41 +00:00
Katie Smith
b9b9a138f9
Replace grid-row with govuk-grid-row
...
Replaced all instances of `grid-row` in the HTML and JavaScript with
`govuk-grid-row`, which is the new GOV.UK Frontend class.
2020-03-06 11:11:41 +00:00
Tom Byers
ee9f348ce4
Update all links to use GOVUK Frontend style
...
Includes:
- turning off :visited styles to match existing
design
- swapping heading classes used to make links bold
for the GOVUK Frontend bold override class
- adding visually hidden text to some links to
make them work when isolated from their context
We may need to revisit whether some links, such as
those for documentation and features, may benefit
from having some indication that their target has
been visited.
2020-02-25 10:47:24 +00:00
Tom Byers
5b306dde4d
Revert "Convert all links to govuk frontend"
2020-02-24 11:56:38 +00:00
Tom Byers
cd36182ea6
Update all links to use GOVUK Frontend style
...
Includes:
- turning off :visited styles to match existing
design
- swapping heading classes used to make links bold
for the GOVUK Frontend bold override class
- adding visually hidden text to some links to
make them work when isolated from their context
We may need to revisit whether some links, such as
those for documentation and features, may benefit
from having some indication that their target has
been visited.
2020-02-20 09:11:26 +00:00
karlchillmaid
cd1d6d7994
Amends based on 2i
...
Amends based on 2i
2019-04-11 10:31:32 +01:00
Chris Hill-Scott
d4dfaa1e17
Link to new pages from using Notify, specify that it shouldn’t be index by search engines any more (by setting HTTP status to 410 GONE)
2019-04-11 10:31:29 +01:00
karlchillmaid
28a2023762
Update links
...
Update links
2019-04-11 10:31:27 +01:00
karlchillmaid
034588e4e4
Hide page content, add links
...
Hide page content, add links
2019-04-11 10:31:24 +01:00
karlchillmaid
8e1545ee7d
Edit H2 ID
...
Edit H2 ID
2019-04-11 10:31:19 +01:00
karlchillmaid
d66603f9e2
Add ID for anchor link
...
Add ID for anchor link
2019-04-11 10:31:19 +01:00
karlchillmaid
f2c2e9d729
Updated message status content
...
Updated message status content
2019-04-11 10:31:18 +01:00
karlchillmaid
4ba68cbaf7
Remove 'multiple accounts' section
...
Remove 'multiple accounts' section because we're going to explain this in Pricing and other features content.
2019-04-11 10:31:18 +01:00
karlchillmaid
35db232983
Updated trial mode and message states
...
Updated trial mode and message states
2019-04-11 10:31:17 +01:00
karlchillmaid
d4516f3f4d
Remove 'pending' status
2019-02-18 13:57:01 +00:00
karlchillmaid
9450787c95
Removed API statuses
...
Removed API statuses. Added a link to documentation.
2019-02-15 17:12:28 +00:00
karlchillmaid
f362cebd88
Correct headings
2019-02-15 16:59:41 +00:00
karlchillmaid
c3be75e7f7
Fix typo
...
Fix typo
2019-02-15 16:54:15 +00:00
karlchillmaid
ca10c86cbf
Update message state descriptions
...
Update message state descriptions to match the agreed versions in the API documentation.
Added API states for letters too.
2019-02-15 16:49:45 +00:00
Chris Hill-Scott
643dca0071
Use asset fingerprinter to serve images
...
This means we can cache them forever, and only invalidate the cache
when the image changes.
2018-11-29 14:31:31 +00:00
Chris Hill-Scott
5bf6bdcd20
Serve images from the CDN
...
Because it should be quicker than serving them from our app directly.
2018-11-29 14:09:44 +00:00
karlchillmaid
2fa87dd9b8
Updated Sending state description
...
Updated Sending state description to keep the style consistent with the other states in the list
2018-11-08 12:51:49 +00:00
fidejoseph
7aa8fcde95
Update using-notify.html
...
New description for the 'sending' status
2018-11-07 11:25:16 +00:00
Chris Hill-Scott
e1197c54a5
Don’t allow indexing on service model
...
Making people use a property is a sure way to make sure they’re spelling
the name of the property correctly, and allows us to easily swap out
properties that call through to the underlying JSON, and properties
which are implemented as methods.
2018-10-30 14:55:01 +00:00
Katie Smith
23a313b79c
Update documentation to refer 5 sheets of letters
...
Letters can now be 4 or 5 sheets -
* Updated the pricing page with the new prices
* Updated the using Notify page with the new letter length
2018-07-05 15:48:42 +01:00
Chris Hill-Scott
c6b2c5285e
Fix broken anchor links from message status fields
...
These IDs existed at some point but have been lost. They are needed because
we link to them from a failed message to give a bit more explanation.
Need to match here: https://github.com/alphagov/notifications-admin/blob/master/app/__init__.py#L394-L396
2018-04-23 15:07:31 +01:00
Chris Hill-Scott
d1da749a7f
Add link to request to go live from ‘Using Notify’
...
We used to have this link. It went away at some point. This should
reduce the number of users raising support tickets asking ‘how do I get
a live API key’ and similar.
2018-03-27 17:18:54 +01:00
thomchambers
55e20c763a
Update using-notify.html
2018-03-02 14:17:26 +00:00
thomchambers
600cf8c7de
Update Using Notify content
...
Editing and updating content based on user support tickets and new features. Part of the general content batch over the last couple of days.
2018-03-01 16:27:12 +00:00
Chris Hill-Scott
c5b51bc5ec
Link to request to go live from the guidance
...
If we know what service someone has been using, we can take them to the
right place.
2018-02-20 12:36:39 +00:00
chrisw
79355d42fb
Merge branch 'master' of https://github.com/alphagov/notifications-admin into make-content-links-in-notify-consistent
2018-01-08 11:23:38 +00:00
chrisw
efe90f6830
Updated service manual link on using-notify page
2018-01-05 11:52:28 +00:00
chrisw
e67ee2b579
Updated views to represent new content and url structure
2017-11-28 11:58:15 +00:00
Pete Herlihy
a12a51e022
Explained 'Sent internationally' on the using notify page
2017-10-18 14:39:41 +01:00
chrisw
dc2f88f28c
Fixed typo on delivery & failure page
...
Under 'Phone number or email address does not exist' section - there was a typo, ammended to say 'existent' rather than 'existant'
2017-09-06 16:31:58 +01:00
Pete Herlihy
347023d1da
Adding the image of sending flow for using notify page
2017-08-31 11:10:40 +01:00
Pete Herlihy
f7ff745872
New Using Notify static page
...
Adds the new Using Notify view
Adds route to Using Notify page.
Add redirects for old pages
Removes the delivery and failure page as it's now in the Using Notify one
Removes the trial mode page due to Using Notify page
2017-08-31 11:10:02 +01:00