Sha256: 3de0685cf98b3abb1f7e4488b9297acdc4d395dd660495bdad896b7e5050f6a6

Contents?: true

Size: 778 Bytes

Versions: 7

Compression:

Stored size: 778 Bytes

Contents

.toolbar
  .toolbar-left
    = form_tag(resource_class, :method => :get, :class => 'scope-selects') do
      %select{:name => 'campaign'}
        = page_view_campaign_select_options
      %select{:name => 'new_visits'}
        = page_view_new_visit_select_options
      %select{:name => 'month'}
        = page_view_date_select_options(:type => :in_month)

      %input.contact-autocomplete{:type => :text, :style => @contact.blank? && '' || 'display:none', :placeholder => 'Enter Contact...'}
      .contact-select{:style => @contact.blank? && 'display:none' || ''}
        %span.content= @contact.try(:name_with_email)
        %input{:type => :hidden, :name => "contact", :value => @contact.try(:id)}
        %a{:class => :remove, :title => "Remove", :alt => "Remove"} Remove

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
e9_crm-0.1.33 app/views/e9_crm/page_views/_header.html.haml
e9_crm-0.1.32 app/views/e9_crm/page_views/_header.html.haml
e9_crm-0.1.31 app/views/e9_crm/page_views/_header.html.haml
e9_crm-0.1.30 app/views/e9_crm/page_views/_header.html.haml
e9_crm-0.1.29 app/views/e9_crm/page_views/_header.html.haml
e9_crm-0.1.28 app/views/e9_crm/page_views/_header.html.haml
e9_crm-0.1.27 app/views/e9_crm/page_views/_header.html.haml