Sha256: f16595073e018417e4aeb21863c5292a9d7a535ea6a7ce91c959e8b33b0b2974
Contents?: true
Size: 472 Bytes
Versions: 1
Compression:
Stored size: 472 Bytes
Contents
<table width="100%" cellpadding="0" cellspacing="3" border="0" class="list"> <% report.engage_data.each do |person| %> <tr> <td><img src="<%= "http://www.gravatar.com/avatar/#{Digest::MD5.hexdigest(person["$properties"]["$email"].downcase)}?s=20&d=mm" %>" /></td> <td align="left"> <%= person["$properties"]["$first_name"] %> <%= person["$properties"]["$last_name"] %> (<%= mail_to person["$properties"]["$email"] %>) </td> </tr> <% end %> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reparty-0.5.1 | app/views/mixpanel/_engage.html.erb |