bullet_train 1.0.56 → 1.0.57
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/layouts/mailer.html.erb +1 -1
- data/lib/bullet_train/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 158a31cdb998888571d3660cbaefab697fa9fb65a2c2618789561cb4ea380447
|
4
|
+
data.tar.gz: ab67082be76233909febeb4983867889901e8666da49ac8a2fd02345c357fa34
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea481e7dee5b19e6125004983182e725804f61e57a52d7d443112ff6bd518aaee93e4834f01cac2ee6300c2c8fcea49e51a313c619b298000361c74bd0545788
|
7
|
+
data.tar.gz: 7ffbd077df256ec62093ba7432256049c236aac3ba6b94b2374fd95ef4511161fa359f54d3f599cb123640fb72e397584aea97a9c0991e0480b079b6042062cd
|
@@ -376,7 +376,7 @@
|
|
376
376
|
<tr>
|
377
377
|
<td class="email-masthead">
|
378
378
|
<a href="<%= root_url %>" class="email-masthead_name">
|
379
|
-
<%= email_image_tag("logo/logo.png", width: image_width_for_height("logo/logo.png", BulletTrain::Themes.logo_height), height: BulletTrain::Themes.logo_height, style: "width: #{image_width_for_height('logo/logo.png', BulletTrain::Themes.logo_height)}px; height:
|
379
|
+
<%= email_image_tag("logo/logo.png", width: image_width_for_height("logo/logo.png", BulletTrain::Themes.logo_height), height: BulletTrain::Themes.logo_height, style: "width: #{image_width_for_height('logo/logo.png', BulletTrain::Themes.logo_height)}px; height: #{BulletTrain::Themes.logo_height}px;") %>
|
380
380
|
</a>
|
381
381
|
</td>
|
382
382
|
</tr>
|
data/lib/bullet_train/version.rb
CHANGED