18 lines
1,003 B
Text
18 lines
1,003 B
Text
<table style="padding: 20px 20px; background: rgb(255, 255, 255) none repeat scroll 0%; font-size: 16px; color: rgb(51, 51, 51); -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" align="center" border="0" cellpadding="0" cellspacing="0" width="600">
|
|
<tbody><tr>
|
|
<td width='100px'></td>
|
|
<td width="70px">
|
|
<a href="<%= accept_invitation_url(@resource, :invitation_token => @resource.invitation_token)%>" target="_blank"><img style="border: 0pt none ; padding: 0pt 5px; display: block;" src="<%=invite.sender.person.profile.image_url(:thumb_medium) %>" height="75" ></a>
|
|
</td>
|
|
<td style="line-height: 20px; width: 360px;">
|
|
<%= t('.has_invited_you', :name => invite.sender.name + " (#{invite.sender.diaspora_handle})") %> <br/>
|
|
|
|
<% unless invite.message.blank? %>
|
|
<strong> "<%= invite.message %>"</strong>
|
|
<% end %>
|
|
|
|
</td>
|
|
<td width='100px'></td>
|
|
</tr>
|
|
</tbody></table>
|
|
|