beyond_canvas 0.11.1.pre → 0.11.2.pre

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: 9686f3c3662ccc2603e11bbc44bf1a12f05a0e99210f9f5d0177b39a2a0835cb
4
- data.tar.gz: c50bf4870be9b69e0af802f435df45bffacafcc93cb10ce225aef2ff50b3d1d0
3
+ metadata.gz: 2e3fb33f8c3a76af104b94c6bb5291c6c6b4a4a0ff9e62f5388c282289f0dec9
4
+ data.tar.gz: 41a5f4403e38347a5050e8a0390ecf636617d60813f0e76d709003e7b32d9261
5
5
  SHA512:
6
- metadata.gz: 3c0ac4d2c4e86adb4dc0690b61eac0cf43d69c51ee98bf65a3b2b4a2c4d1278c2dad5cc5b67309b726b233e3378914204337de77b42548c3c40985d316dbeda3
7
- data.tar.gz: dc0912f0ac775b5bdec8be3ccb8fb0c453458c40ec605080ca6ea99815d03a2468803668db64e8f5eebc7db319d5ef688d392b7c816ead36a3134d99ebe0217a
6
+ metadata.gz: 49992be8568fb4962642c4e400753d1ceec3daa8b7802d2065864a2ae6ba7b6e678217342a74baa3dfa75938fc0159dc893fcd40a8c2dcc1f7e555149ae25031
7
+ data.tar.gz: 35a6b36b8832265a71a4e40bb7ff3eca879cca0dae6cc72d980d86dfc972c9f7b509720d414dfac527e242d0fe6ed78660b97eb98085b129ad7b55817c4415ca
@@ -0,0 +1,9 @@
1
+ <!-- Email Footer : BEGIN -->
2
+ <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="max-width: 680px;">
3
+ <tr>
4
+ <td style="padding: 20px; font-family: sans-serif; font-size: 12px; line-height: 15px; text-align: center; color: #555555;">
5
+ <webversion style="color: #555555; text-decoration: underline; font-weight: bold;">View as a web page</webversion>
6
+ </td>
7
+ </tr>
8
+ </table>
9
+ <!-- Email Footer : END -->
@@ -0,0 +1,9 @@
1
+ <!-- Email Header : BEGIN -->
2
+ <tr>
3
+ <td style="padding: 20px 0; text-align: center">
4
+ <% if BeyondCanvas.configuration.public_logo.present? %>
5
+ <%= image_tag BeyondCanvas.configuration.public_logo, width: "200", height: "50", alt: "alt_text", border: "0", style: "height: auto; font-family: sans-serif; font-size: 15px; line-height: 15px; color: #555555;" %>
6
+ <% end %>
7
+ </td>
8
+ </tr>
9
+ <!-- Email Header : END -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BeyondCanvas
4
- VERSION = '0.11.1.pre'
4
+ VERSION = '0.11.2.pre'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beyond_canvas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.1.pre
4
+ version: 0.11.2.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Unai Abrisketa
@@ -188,6 +188,8 @@ files:
188
188
  - app/helpers/beyond_canvas/locale_switch_helper.rb
189
189
  - app/views/beyond_canvas/custom/_public_head.html.slim
190
190
  - app/views/beyond_canvas/mailer/_button.html.erb
191
+ - app/views/beyond_canvas/mailer/_footer.html.erb
192
+ - app/views/beyond_canvas/mailer/_header.html.erb
191
193
  - app/views/beyond_canvas/mailer/_text.html.erb
192
194
  - app/views/beyond_canvas/shared/_flash.html.slim
193
195
  - app/views/beyond_canvas/shared/_head.html.slim