Skip to content

Commit

Permalink
Merge pull request #1180 from cachethq/embed-mail-banner
Browse files Browse the repository at this point in the history
Embed the banner on the mail layout
  • Loading branch information
jbrooksuk committed Nov 24, 2015
2 parents 6bffb66 + e78c926 commit 589f1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layout/emails.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="header-logo">
<a href="{{ $app_domain }}"><img src="data:{{ $app_banner_type }};base64, {{ $app_banner }}"></a>
<a href="{{ $app_domain }}"><img src="{{ $message->embedData(base64_decode($app_banner), $app_name) }}"></a>
</td>
</tr>
</table>
Expand Down

0 comments on commit 589f1a9

Please sign in to comment.