Sha256: 0b81a46b5fad2b6e09c2ef709dda25b32ab2e1b31cd713c18d7e0ca8ed341334

Contents?: true

Size: 553 Bytes

Versions: 8

Compression:

Stored size: 553 Bytes

Contents

%fieldset
  %legend= e9_t(:email_actions_legend)
  - if (etag = contact_email_template_select_tag).present?
    = form_for EmailDelivery.new(:contact_ids => @contact_ids), :url => new_admin_email_delivery_path, :html => { :method => :get, :id => 'contact_email_form', 'data-empty' => e9_t(:no_contacts_notification), 'data-count' => @contact_ids.length } do |f|
      = etag
      = f.hidden_field :contact_ids, :id => 'contact_email_uids'
      = submit_tag e9_t(:send_email_template), :name => nil
  - else
    = I18n.t(:no_email_templates).html_safe

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
e9_crm-0.1.34 app/views/e9_crm/contacts/_sidebar_email_form.html.haml
e9_crm-0.1.33 app/views/e9_crm/contacts/_sidebar_email_form.html.haml
e9_crm-0.1.32 app/views/e9_crm/contacts/_sidebar_email_form.html.haml
e9_crm-0.1.31 app/views/e9_crm/contacts/_sidebar_email_form.html.haml
e9_crm-0.1.30 app/views/e9_crm/contacts/_sidebar_email_form.html.haml
e9_crm-0.1.29 app/views/e9_crm/contacts/_sidebar_email_form.html.haml
e9_crm-0.1.28 app/views/e9_crm/contacts/_sidebar_email_form.html.haml
e9_crm-0.1.27 app/views/e9_crm/contacts/_sidebar_email_form.html.haml