metadata_presenter 0.28.8 → 0.28.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cdaa1c74990ae5ceea6cd7b25f78da2c45398cb60ed27b9945597fb19b95e967
4
- data.tar.gz: 6ece822ec4049fb40c54f9c5ef1ed481af7bdd603327865ba4cdd0da8ffb9c4e
3
+ metadata.gz: f4d5dbea9a24b8fae69170d03e8ff69dafd77a0b858013baee1c8c1434fdcca1
4
+ data.tar.gz: 415da25856e17541de78ece98f8539471e33ae8417285630ef00a55152982999
5
5
  SHA512:
6
- metadata.gz: 0cd4781efff34fd833465c3bffefa4266c486aaa1a3bf10fe12e2239e58d0fecf573776c4c183450a7f3d52438898f6f7650abc8fb9f902a188750273fa2129c
7
- data.tar.gz: 95f440d8b1b4486435e970ef683d2520ebf716ef50b3cf1a007201d3e64c020550c2a0ce3db76707324ba292bd824cde3b6be12536ee1c56c15efa36efb4f490
6
+ metadata.gz: 770aed14f9470f3d1f0af53e0411e3f190aa92268a031eb0cfd8af5aea8822e1b9aed8544db21d494cd897ac48f43676ae35a1ac7ce6fefd2a7fc96be59151d7
7
+ data.tar.gz: c64ee626011dd6027f48c6a98e86309efc8b8671d1f52cb7ead124650a7cb23d1d3c9850a49f6e3dace01297f7a94b5ee8111e8bd98b931cd8f7933f8885183a
@@ -2,8 +2,6 @@
2
2
  <div class="govuk-grid-row">
3
3
  <div class="govuk-grid-column-two-thirds">
4
4
 
5
- <%= render partial: 'metadata_presenter/attribute/section_heading' %>
6
-
7
5
  <h1 class="fb-editable govuk-heading-xl"
8
6
  data-fb-content-type="element"
9
7
  data-fb-content-id="page[heading]">
@@ -2,7 +2,7 @@
2
2
  "_id": "page.start",
3
3
  "_type": "page.start",
4
4
  "heading": "Service name goes here",
5
- "lede": "This is your start page first paragraph. You can only have one paragraph here.",
5
+ "lede": "",
6
6
  "body": "Use this service to:\r\n\r\n* do something\r\n* update your name, address or other details\r\n* do something else\r\n\r\nRegistering takes around 5 minutes.",
7
7
  "before_you_start": "###Before you start\r\nYou can also register by post.\r\n\r\nThe online service is also available in Welsh (Cymraeg).\r\n\r\nYou cannot register for this service if you’re in the UK illegally.",
8
8
  "steps": [],
@@ -340,7 +340,6 @@
340
340
  "_id": "page._check-answers",
341
341
  "_type": "page.checkanswers",
342
342
  "heading": "Review your answer",
343
- "section_heading": "This section is optional",
344
343
  "send_body": "By submitting this answer you confirm all your answers",
345
344
  "send_heading": "Send your answer",
346
345
  "url": "/check-answers",
@@ -1,3 +1,3 @@
1
1
  module MetadataPresenter
2
- VERSION = '0.28.8'.freeze
2
+ VERSION = '0.28.9'.freeze
3
3
  end
@@ -8,11 +8,6 @@
8
8
  "_type": {
9
9
  "const": "page.checkanswers"
10
10
  },
11
- "section_heading": {
12
- "title": "Section heading",
13
- "type": "string",
14
- "description": "Section to display before the heading"
15
- },
16
11
  "heading": {
17
12
  "type": "string",
18
13
  "default": "Check your answers"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metadata_presenter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.8
4
+ version: 0.28.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - MoJ Online