Sha256: d2d7ef3b0cedcdbd773d16f513bb7ed823d75a27712dd8c9f74a7f7bb7fe0040

Contents?: true

Size: 504 Bytes

Versions: 9

Compression:

Stored size: 504 Bytes

Contents

.toolbar
  .toolbar-left
    = form_tag(resource_class, :method => :get, :class => 'scope-selects') do
      %select{:name => 'type'}
        = offer_select_options

  .toolbar-right
    = form_tag new_contact_offer_path, :method => :get, :id => 'new_offer_form' do
      = label_tag 'new_offer_select', t('activerecord.links.new', :model => Offer.model_name.human)
      %select{:name => 'type', :id => 'new_offer_select'}
        = offer_select_options(false)
        = submit_tag t(:go), :name => nil

Version data entries

9 entries across 9 versions & 1 rubygems

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