Merge pull request #3206 from movilla/reshare-flash

Fix url "/logo_caps.png" mails [ci skip]
This commit is contained in:
Sean Tilley 2012-04-30 14:21:43 -07:00
commit d15c7267c2

View file

@ -28,7 +28,7 @@
<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;color:#333;">
<tr> <tr>
<td style="text-align:center;padding:30px;"> <td style="text-align:center;padding:30px;">
<img src="<%=AppConfig[:pod_url]%>images/branding/logo_caps.png" alt="DIASPORA*" width="95px" height="14px"/> <img src="<%=AppConfig[:pod_url]%>assets/branding/logo_caps.png" alt="DIASPORA*" width="95px" height="14px"/>
</td> </td>
</tr> </tr>
</table> </table>