remove text color from notification mails

This commit is contained in:
Benjamin Neff 2016-09-01 00:28:48 +02:00 committed by Steffen van Bergerem
parent cf5a9d7e04
commit 575748169e
No known key found for this signature in database
GPG key ID: 2F08F75F9525C7E0

View file

@ -1,5 +1,4 @@
<table cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:14px;color:#333;"> <table cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:14px;">
<table cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:14px;color:#333;">
<tr width="100%"> <tr width="100%">
<% if @sender %> <% if @sender %>
<td style="vertical-align:top;" width="80px"> <td style="vertical-align:top;" width="80px">
@ -12,25 +11,24 @@
<%= yield %> <%= yield %>
</td> </td>
</tr> </tr>
</table> </table>
<table cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:12px;color:#999; padding-top:10px; margin-top:10px; border-top: 1px solid #ddd;"> <table cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:12px;color:#999; padding-top:10px; margin-top:10px; border-top: 1px solid #ddd;">
<tr> <tr>
<td> <td>
<%= t('notifier.email_sent_by_diaspora', :pod_name => pod_name) %> <%= t("notifier.email_sent_by_diaspora", pod_name: pod_name) %>
<a href="<%=edit_user_url%>"> <a href="<%=edit_user_url%>">
<%= t('notifier.click_here') %> <%= t("notifier.click_here") %>
</a> </a>
<%=t('notifier.to_change_your_notification_settings')%>. <%=t("notifier.to_change_your_notification_settings")%>.
</td> </td>
</tr> </tr>
</table> </table>
<table cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:14px;color:#333;">
<table cellspacing="0" cellpadding="0" border="0" align="center" width="100%">
<tr> <tr>
<td style="text-align:center;padding:30px;"> <td style="text-align:center;padding:30px;">
<img src="<%= image_url("branding/logos/logo_small.png") %>" alt="diaspora*" width="59px" height="14px"/> <img src="<%= image_url("branding/logos/logo_small.png") %>" alt="diaspora*" width="59px" height="14px"/>
</td> </td>
</tr> </tr>
</table>
</table> </table>