metadata_presenter 3.3.0 → 3.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 81988ba223e8eccec12b959b37f0c018d786ddc58e9dc807840cf58eccfd22a7
4
- data.tar.gz: 78879de66b06ea432b9c50a32d6993d421f393f667e13fcb033fb93d29c4935b
3
+ metadata.gz: 6b4dbad514bcffef84647d078cffbf0780d9913b2432f2ae2f9b266105017766
4
+ data.tar.gz: a4e7481c08379633df45023fe4f3bce5296086a8328b3d3306afc3f11a36ad20
5
5
  SHA512:
6
- metadata.gz: ad91ec243119a5d602f641af0d17a847430c5c2fc51f3e1df6c8d525ffdad3d0a1dc08a49dec4b7f1f79b1ad9fe755dfa4b1726293603fa261981aa754b0fe22
7
- data.tar.gz: b84cc38ba241933be8326f3347c1878a5f858bbe4a8c0a7718adc9f6cef4ea886d391d0bb24b1d7def9e8249564f560ea8221cb5aacfe83b244154df6834db19
6
+ metadata.gz: a4caff0ac656b1356984b11588c402ead85557c3a3eff89219e6bf41ebc69fde21c61373827f28d90670a795bd61295f2d33d65cac919afaf27de92cfef17331
7
+ data.tar.gz: 2aa8c5a38417c2a2e0d65a7892bc9413526539364e080e002b16a2df88a33384127a74f46f6c6fe8ad507ec5777c861688ebcc9bbc5f0fe787627a85e93d31d8
@@ -3,7 +3,7 @@
3
3
  <% if component.type == 'content' %>
4
4
  <% next unless (editable? || @page.show_conditional_component?(component.uuid) || single_page_preview?) %>
5
5
 
6
- <editable-content id="<%= "page[#{component.collection}[#{index}]]" %>"
6
+ <editable-content id="<%= component.id %>"
7
7
  class="fb-editable govuk-!-margin-top-8"
8
8
  type="<%= component.type %>"
9
9
  default-content="<%= default_text('content') %>"
@@ -5,7 +5,6 @@
5
5
  data-minutes-modal-visible="5"
6
6
  data-url-redirect="/session/reset"
7
7
  data-timer-text="<%= t('presenter.session_timeout_warning.timer') %>"
8
- data-timer-extra-text="<%= t('presenter.session_timeout_warning.timer_extra') %>"
9
8
  data-timer-redirect-text="<%= t('presenter.session_timeout_warning.redirect') %>">
10
9
 
11
10
  <div id="timeout-warning-modal"
@@ -22,9 +22,8 @@ en:
22
22
  maintenance_page_content: "If you were in the middle of completing the form, your data has not been saved.\r\n\r\nThe form will be available again from 9am on Monday 19 November 2018.\r\n\r\n\r\n\r\n### Other ways to apply\r\n\r\nContact us if your application is urgent \r\n\r\nEmail: \r\nTelephone: \r\nMonday to Friday, 9am to 5pm \r\n[Find out about call charges](https://www.gov.uk/call-charges)"
23
23
  session_timeout_warning:
24
24
  heading: Do you need more time?
25
- timer: We will reset your form and clear your answers if you do not continue in
26
- timer_fallback: We will reset your form if you do not complete the page and press continue by
27
- timer_extra: This is to protect your personal information.
25
+ timer: We will reset your form and delete your information if you do not continue in
26
+ timer_fallback: We will reset your form and delete your information if you do not complete the page and press continue by
28
27
  redirect: You are about to be redirected
29
28
  close_button: Close
30
29
  button: Continue
@@ -1,3 +1,3 @@
1
1
  module MetadataPresenter
2
- VERSION = '3.3.0'.freeze
2
+ VERSION = '3.3.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metadata_presenter
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0
4
+ version: 3.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - MoJ Forms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-03 00:00:00.000000000 Z
11
+ date: 2023-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: govuk_design_system_formbuilder