Sha256: f986fc09cf411f10e05ea7a2699e148bcc93125d3064655fbbc9caeeaa218e1d
Contents?: true
Size: 905 Bytes
Versions: 1
Compression:
Stored size: 905 Bytes
Contents
- content_for :toolbar_middle do = toolbar_filters do = form_tag(resource_class, :method => :get, :class => 'scope-selects') do .field = label_tag 'lead-offer', t(:filter_by, :attribute => resource_class.human_attribute_name(:offer)) %select{:name => 'offer', :id => 'lead-offer'} = deal_offer_select_options .field = label_tag 'lead-from', t(:filter_by, :attribute => resource_class.human_attribute_name(:from)) %select{:name => 'from', :id => 'lead-from'} = deal_date_select_options .field = label_tag 'lead-until', t(:filter_by, :attribute => resource_class.human_attribute_name(:until)) %select{:name => 'until', :id => 'lead-until'} = deal_date_select_options(:type => :until) - content_for :toolbar_right do = toolbar_actions do = link_to_collection(Deal) = render 'shared/admin/toolbar'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
e9_crm-0.1.34 | app/views/e9_crm/deals/_leads_header.html.haml |