Sha256: 4734cb945b460250476e82dfa5ea87d0fe831409770585511a30a36000d1d483

Contents?: true

Size: 628 Bytes

Versions: 1

Compression:

Stored size: 628 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"] %>)
      <% if report.fields.size > 0 %>
        (<%= report.fields.map{ |field| "#{field} = #{person["$properties"][field]}" }.join(', ') %>)
      <% end %>
    </td>
  </tr>
<% end %>
</table>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reparty-0.5.2 app/views/mixpanel/_engage.html.erb