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