Sha256: 624a234d085c87140df4e144168f3690cf20e7c0536132c6329352e9f2573309

Contents?: true

Size: 1.01 KB

Versions: 5

Compression:

Stored size: 1.01 KB

Contents

<tr class="recipient">
  <td>
    <%= if recipient.contact.blank?
        "<i>#{alchemy_crm_t(:without)}</i>".html_safe
      else
        link_to(recipient.contact.fullname.blank? ? "<i>#{alchemy_crm_t(:without)}</i>".html_safe : recipient.contact.fullname, admin_contacts_path(:query => recipient.contact.email), :title => alchemy_crm_t(:show_contact))
      end
    %>
  </td>
  <td>
    <%= recipient.email %>
  </td>
  <%- if reactions -%>
  <td>
    <%- recipient.reactions.each do |reaction| -%>
      <%= reaction.url %><br />
    <%- end -%>
  </td>
  <%- end -%>
  <%- if bounced -%>
  <td>
    <%- if recipient.contact -%>
    <%= link_to_overlay_window(
      alchemy_crm_t(:edit_contact),
      edit_admin_contact_path(recipient.contact),
      {
        :title => alchemy_crm_t(:edit_contact),
        :size => '415x560'
      },
      {
        :title => alchemy_crm_t(:edit_contact),
        :class => 'button with_icon edit'
      }
    ) -%>
    <%- else -%>
    &nbsp;
    <%- end -%>
  </td>
  <%- end -%>
</tr>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alchemy_crm-2.0.5 app/views/alchemy_crm/admin/deliveries/_recipient.html.erb
alchemy_crm-2.0.4.1 app/views/alchemy_crm/admin/deliveries/_recipient.html.erb
alchemy_crm-2.1.0a app/views/alchemy_crm/admin/deliveries/_recipient.html.erb
alchemy_crm-2.0.3 app/views/alchemy_crm/admin/deliveries/_recipient.html.erb
alchemy_crm-2.0.2 app/views/alchemy_crm/admin/deliveries/_recipient.html.erb