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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e3fb33f8c3a76af104b94c6bb5291c6c6b4a4a0ff9e62f5388c282289f0dec9
|
|
4
|
+
data.tar.gz: 41a5f4403e38347a5050e8a0390ecf636617d60813f0e76d709003e7b32d9261
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 -->
|
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.
|
|
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
|