bridgetown_theme_single_page_opt_in 0.1.39 → 0.1.40

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: 7d3fcd331050ee65ca1f2a2eebd499faf844606da1b3be734eaf2071998c0573
4
- data.tar.gz: ae1d9804f961c75ef777585253f3c2dea710d34f6ac9bd3651f6cf3dd3c1e8d3
3
+ metadata.gz: 96f2234e53cee6b703caccb0ebc10889ff8b0dbe5095eab6280e631177386bd4
4
+ data.tar.gz: 7da006e22caba6325e88024f18badf1d6008a99c1f4d4ef20dc4f56fa910bb91
5
5
  SHA512:
6
- metadata.gz: dd377221e3c8f0cca5267b91c166333b09f18b683310911d69a8ff61bb1d9403bfe09b27eabcb241cc487bd22d169b982b2a0ccd0a551a11bb63e476c73afe2f
7
- data.tar.gz: 5039530ec740cb15ff0e742a41e0d60453f6333d7da6385d8a8dfd39f4c28b2d6a90fb158791f1f40891656c7397eb1d7625c874bf098c149ffd4308426a7dd4
6
+ metadata.gz: bfc4f9e82dd56b292c6b3547678ca9f5db898625f8ef0944b7b002654110770bf736b9c2829358b3eba9a55d96c09c1bd35e95295e96227699b50b2bfa4ac779
7
+ data.tar.gz: d73b8ec00eb4ab2b540b5e125afc7c7f7a25d9293a8cb1892b2b68ad3d8def58bb15c6c63e9331150816f026f40427dd482e4b2d314298bdc1c1d17f491a2670
@@ -1,6 +1,6 @@
1
1
  <div class="de elHeadlineWrapper ui-droppable de-editable" style="margin-top: 0px; outline: none; cursor: pointer; display: block; font-family: Lato, Helvetica, sans-serif !important;" aria-disabled="false" data-google-font="Lato">
2
2
  {% if testimonial.video %}
3
- {% render "youtube_player" video: testimonial.video %}
3
+ {% render "bridgetown_theme_single_page_opt_in/youtube_player" video: testimonial.video %}
4
4
  {% else %}
5
5
  <div class="ne elHeadline hsSize2 lh3 elMargin0 elBGStyle0 mfs_16" style="text-align: left; font-size: 18px; color: rgb(0, 0, 0);" >{{ testimonial.text }}
6
6
  <div><br></div>
@@ -1,13 +1,13 @@
1
1
  <div class="row bgCover noBorder borderSolid border3px radius10 P0-top P0-bottom P0H noTopMargin" style="margin-bottom: 0px; outline: none; background-color: rgb(255, 255, 255); padding: 35px 25px 25px; width: 100%; max-width: 100%; margin-left: auto; margin-right: auto;" col-array="6,6">
2
2
  <div class="innerContent ui-resizable col-md-6" style="outline: none;">
3
3
  <div class="col-inner bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin" style="padding-left: 0px; padding-right: 0px;">
4
- {% render "testimonial", testimonial: row.left %}
4
+ {% render "bridgetown_theme_single_page_opt_in/testimonial", testimonial: row.left %}
5
5
  </div>
6
6
  </div>
7
7
 
8
8
  <div class="innerContent col_right ui-resizable col-md-6" style="outline: none;">
9
9
  <div class="col-inner bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin" style="padding-left: 0px; padding-right: 0px;">
10
- {% render "testimonial", testimonial: row.right %}
10
+ {% render "bridgetown_theme_single_page_opt_in/testimonial", testimonial: row.right %}
11
11
  </div>
12
12
  </div>
13
13
  </div>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SinglePageOptInTheme
4
- VERSION = "0.1.39"
4
+ VERSION = "0.1.40"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bridgetown_theme_single_page_opt_in
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.39
4
+ version: 0.1.40
5
5
  platform: ruby
6
6
  authors:
7
7
  - graial