Merge pull request #587 from anthonymayer/email-header-site-link

Fixes #562 - Adds site link to email header.
This commit is contained in:
Sacha Greif 2014-12-03 09:25:54 +09:00
commit 111baee125

View file

@ -57,7 +57,7 @@
color: white;
font-family: Helvetica, sans-serif;
font-weight: bold;
font-size: 20px;
font-size: 20px;
}
.main-container{
line-height: 1.7;
@ -106,11 +106,13 @@
<table border="0" width="600" cellpadding="0" cellspacing="0" class="container" bgcolor="#ffffff">
<tr>
<td class="heading-container">
{{#if logoUrl}}
<img class="logo" src="{{logoUrl}}" height="{{logoHeight}}" width="{{logoWidth}}" alt="{{siteName}}"/>
{{else}}
{{siteName}}
{{/if}}
<a href="{{siteUrl}}">
{{#if logoUrl}}
<img class="logo" src="{{logoUrl}}" height="{{logoHeight}}" width="{{logoWidth}}" alt="{{siteName}}"/>
{{else}}
{{siteName}}
{{/if}}
</a>
</td>
</tr>
<tr>