metadata_presenter 0.27.1 → 0.27.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 703510699a0cde194daacc8401f1eb0d47205f44b1871bd1c572738ba63e5a47
|
|
4
|
+
data.tar.gz: 4a2c95289d96323e0de542644fc4dbf1c639076c492fd1a71710e43f6597f991
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ec09f76ec8f500c5ef791beb3d56c71f68b8b313c7cccdf75c6fa85c4615648ed3bc60cce9fa9911a28185efc0d1d78b229458d4a6396ab87e034cef117cbaa
|
|
7
|
+
data.tar.gz: 110f85a1a60d26168ae1bca025dea41e3bceb9aba509f354187fdd41a3a2ece3eea147dbaf1c58435ded4551144c035df85c2b75c4c89905d3c3916c46aa6175
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
</h1>
|
|
7
|
-
<%- end %>
|
|
1
|
+
<h1 class="fb-editable govuk-heading-xl"
|
|
2
|
+
data-fb-content-id="page[heading]"
|
|
3
|
+
data-fb-content-type="element">
|
|
4
|
+
<%= @page.heading %>
|
|
5
|
+
</h1>
|
|
@@ -3,13 +3,11 @@
|
|
|
3
3
|
|
|
4
4
|
<%= render partial: 'metadata_presenter/attribute/section_heading' %>
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
</h1>
|
|
12
|
-
<% end %>
|
|
6
|
+
<h1 class="fb-editable govuk-heading-xl"
|
|
7
|
+
data-fb-content-type="element"
|
|
8
|
+
data-fb-content-id="page[heading]">
|
|
9
|
+
<%= @page.heading %>
|
|
10
|
+
</h1>
|
|
13
11
|
|
|
14
12
|
<%= form_for @page, url: reserved_submissions_path do |f| %>
|
|
15
13
|
|
|
@@ -4,16 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
<%= render 'metadata_presenter/attribute/section_heading' %>
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
<% end %>
|
|
14
|
-
|
|
7
|
+
<h1 class="fb-editable govuk-heading-xl"
|
|
8
|
+
data-fb-content-id="page[heading]"
|
|
9
|
+
data-fb-content-type="element">
|
|
10
|
+
<%= @page.heading %>
|
|
11
|
+
</h1>
|
|
12
|
+
|
|
15
13
|
<%= render 'metadata_presenter/attribute/lede' %>
|
|
16
|
-
|
|
17
14
|
<%= render 'metadata_presenter/attribute/body' %>
|
|
18
15
|
|
|
19
16
|
<%= form_for @page_answers, as: :answers, url: @page.url, method: :post do |f| %>
|