Sha256: 419c207a7d1716bd7d2dd88bada096ec4c3c3bf601e04cba01b648cdd7428a9c

Contents?: true

Size: 449 Bytes

Versions: 12

Compression:

Stored size: 449 Bytes

Contents

.toolbar
  .toolbar-left
    = form_tag(resource_class, :method => :get, :class => 'scope-selects') do
      %select{:name => 'status'}
        = deal_status_select_options
      %select{:name => 'category'}
        = deal_category_select_options 
      %select{:name => 'owner'}
        = deal_owner_select_options 

  .toolbar-right
    = link_to I18n.t('activerecord.links.index', :models => 'Leads'), leads_path
    = link_to_new_resource(Deal)

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
e9_crm-0.1.21 app/views/e9_crm/deals/_header.html.haml
e9_crm-0.1.20 app/views/e9_crm/deals/_header.html.haml
e9_crm-0.1.19 app/views/e9_crm/deals/_header.html.haml
e9_crm-0.1.18 app/views/e9_crm/deals/_header.html.haml
e9_crm-0.1.17 app/views/e9_crm/deals/_header.html.haml
e9_crm-0.1.16 app/views/e9_crm/deals/_header.html.haml
e9_crm-0.1.14 app/views/e9_crm/deals/_header.html.haml
e9_crm-0.1.13 app/views/e9_crm/deals/_header.html.haml
e9_crm-0.1.12 app/views/e9_crm/deals/_header.html.haml
e9_crm-0.1.11 app/views/e9_crm/deals/_header.html.haml
e9_crm-0.1.10 app/views/e9_crm/deals/_header.html.haml
e9_crm-0.1.8 app/views/e9_crm/deals/_header.html.haml