Sha256: ed6300917613758517fde36133d48c51bfe49ca953965f6dea0172a9d8b54ae9
Contents?: true
Size: 1.3 KB
Versions: 18
Compression:
Stored size: 1.3 KB
Contents
.block.notice %h3 Search users .content %br = form_for :search, :url => admin_users_path, :html => { :class => :form , :method => :get } do |f| .group = f.label :first_name, "First name", :class => :label = f.text_field :first_name, :class => 'text_field' %span.description .group = f.label :last_name, "Last name", :class => :label = f.text_field :last_name, :class => 'text_field' %span.description .group = f.label :email, "Email", :class => :label = f.text_field :email, :class => 'text_field' %span.description .group = f.label :job_title, "Job title", :class => :label = f.text_field :job_title, :class => 'text_field' %span.description .group = f.label :company, "Company", :class => :label = f.text_field :company, :class => 'text_field' %span.description Name of company or organisation or if freelance then please state 'freelance' .group.navform.wat-cf %button.button{:type => "submit"} = image_tag("web-app-theme/icons/tick.png", :alt => "Search") Search %span.text_button_padding or = link_to "Clear", admin_users_path, :class => "text_button_padding link_button"
Version data entries
18 entries across 18 versions & 1 rubygems