futuro 0.8.5 → 0.8.6
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: 0e2bd324b9756bccd487d965918f9761244b3b86f233e2dceaf6cbbb93c11ef2
|
|
4
|
+
data.tar.gz: e015ad7c4581f71445cc9cee7a8447cc944111b660a50220a599b05381bc0b24
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ac934014160d7351fc06aa233c725f2ec013341ab9bb04ee0b654027e59ea1de9b9faf213d15e1e51ab69dda6d434a96fdf19031cc96f644b4b0e5996f2c63a
|
|
7
|
+
data.tar.gz: 543df4a88d2eba17a0f8bf39e2e60990b416d345d8eea3e5ed5035e90e84f4356f0a627a781a0225780c8af15205f4a7146c292d944e88bf7e8c3879865c437a
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
|
|
2
|
+
{%- if item.item -%}
|
|
3
|
+
|
|
4
|
+
<span class="block form-alert {{ PageTitle | prepend: 'title-' }}">
|
|
5
|
+
<span class="block item-object {{ PageTitle | prepend: 'title-' }}">
|
|
6
|
+
<span>{{ item.item }}</span>
|
|
7
|
+
<span class="block item-object-price">{{ item.price | prepend: '£' }}</span>
|
|
8
|
+
</span>
|
|
9
|
+
</span>
|
|
10
|
+
|
|
11
|
+
{%- endif -%}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: futuro
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Heading
|
|
@@ -140,7 +140,6 @@ files:
|
|
|
140
140
|
- _includes/html/page/content/loop/form/select.liquid
|
|
141
141
|
- _includes/html/page/content/loop/form/text.liquid
|
|
142
142
|
- _includes/html/page/content/loop/form/textarea.liquid
|
|
143
|
-
- _includes/html/page/content/loop/form/yousaved.liquid
|
|
144
143
|
- _includes/html/page/content/loop/header.liquid
|
|
145
144
|
- _includes/html/page/content/loop/header/back.liquid
|
|
146
145
|
- _includes/html/page/content/loop/header/basket.liquid
|
|
@@ -156,6 +155,7 @@ files:
|
|
|
156
155
|
- _includes/html/page/content/loop/screen/row.liquid
|
|
157
156
|
- _includes/html/page/content/loop/screen/small.liquid
|
|
158
157
|
- _includes/html/page/content/loop/screen/title.liquid
|
|
158
|
+
- _includes/html/page/content/loop/yousaved.liquid
|
|
159
159
|
- _includes/html/page/content/more.liquid
|
|
160
160
|
- _includes/html/page/content/roller.liquid
|
|
161
161
|
- _includes/html/page/footnote.liquid
|
|
File without changes
|