mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-06 04:34:40 -04:00
Add email preferences link to client email template
This commit is contained in:
parent
0b2e17b9d2
commit
c68b1c07c7
@ -232,6 +232,21 @@
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@isset($email_preferences)
|
||||
<tr>
|
||||
<td bgcolor="#242424" cellpadding="20">
|
||||
<div class="dark-bg-base"
|
||||
style="padding-top: 10px;padding-bottom: 10px; background-color: #242424; border: 1px solid #c2c2c2; border-top-color: #242424; border-bottom-color: #242424;">
|
||||
<a href="{{ $email_preferences }}">
|
||||
<p style="text-align: center; color: #ffffff; font-size: 10px; font-family: Verdana, Geneva, Tahoma, sans-serif;">
|
||||
{{ ctrans('texts.email_preferences') }}
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@endisset
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user