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

Version Path
gluttonberg-core-3.0.2 app/views/gluttonberg/admin/settings/users/_sidebar.html.haml
gluttonberg-core-3.0.1 app/views/gluttonberg/admin/settings/users/_sidebar.html.haml
gluttonberg-core-3.0.0 app/views/gluttonberg/admin/settings/users/_sidebar.html.haml
gluttonberg-core-2.6.4 app/views/gluttonberg/admin/settings/users/_sidebar.html.haml
gluttonberg-core-2.6.3 app/views/gluttonberg/admin/settings/users/_sidebar.html.haml
gluttonberg-core-2.6.2 app/views/gluttonberg/admin/settings/users/_sidebar.html.haml
gluttonberg-core-2.6.1 app/views/gluttonberg/admin/settings/users/_sidebar.html.haml
gluttonberg-core-2.6.0 app/views/gluttonberg/admin/settings/users/_sidebar.html.haml
gluttonberg-core-2.5.9 app/views/gluttonberg/admin/settings/users/_sidebar.html.haml
gluttonberg-core-2.5.8 app/views/gluttonberg/admin/settings/users/_sidebar.html.haml
gluttonberg-core-2.5.7 app/views/gluttonberg/admin/settings/users/_sidebar.html.haml
gluttonberg-core-2.5.6 app/views/gluttonberg/admin/settings/users/_sidebar.html.haml
gluttonberg-core-2.5.5 app/views/gluttonberg/admin/settings/users/_sidebar.html.haml
gluttonberg-core-2.5.4 app/views/gluttonberg/admin/settings/users/_sidebar.html.haml
gluttonberg-core-2.5.3 app/views/gluttonberg/admin/settings/users/_sidebar.html.haml
gluttonberg-core-2.5.2 app/views/gluttonberg/admin/settings/users/_sidebar.html.haml
gluttonberg-core-2.5.1 app/views/gluttonberg/admin/settings/users/_sidebar.html.haml
gluttonberg-core-2.5 app/views/gluttonberg/admin/settings/users/_sidebar.html.haml