Sha256: 2872843ce6703a2f33662977f3cc6ade6564da5e17d41b90ff189d306f2b77aa

Contents?: true

Size: 1.17 KB

Versions: 14

Compression:

Stored size: 1.17 KB

Contents

- in_section :people
- content_for :title do
  People
- content_for :header do
  %h1 People

.row
  .span4
    = form_tag people_path, {:method => :get, :class => 'super-search form-search'} do
      = hidden_field_tag :commit, "Search"
      %ul
        %li
          = text_field_tag :search, params[:search], :placeholder => "Email, name, or tag...", :class => "input-medium search-query"
      .control
        = submit_tag "Search", :class => 'btn'
        = link_to "Advanced Search", new_search_path
  .span8.super-search-results

    - if @people.empty?
       
    -else    
      - if @show_advanced_search_message 
        .well
          .row-fluid
            .span2
              .center
                =icon_tag '06-magnify@2x'
            .span10
              %strong
                Looks like you've got a lot of results here so we only returned the top 40. 
                %br
                Try 
                =link_to "Advanced Search", new_search_path 
                for more refined searching and results.
      = render :partial => 'list', :locals => { :people => @people } unless @people.empty?
      = will_paginate @people, :inner_window => 2, :outer_window => 0

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
artfully_ose-1.2.0 app/views/people/index.html.haml
artfully_ose-1.2.0.beta.1 app/views/people/index.html.haml
artfully_ose-1.2.0.alpha.2 app/views/people/index.html.haml
artfully_ose-1.2.0.alpha.1 app/views/people/index.html.haml
artfully_ose-1.2.0.pre.27 app/views/people/index.html.haml
artfully_ose-1.2.0.pre.26 app/views/people/index.html.haml
artfully_ose-1.2.0.pre.24 app/views/people/index.html.haml
artfully_ose-1.2.0.pre.23 app/views/people/index.html.haml
artfully_ose-1.2.0.pre.21 app/views/people/index.html.haml
artfully_ose-1.2.0.pre.20 app/views/people/index.html.haml
artfully_ose-1.2.0.pre.19 app/views/people/index.html.haml
artfully_ose-1.2.0.pre.18 app/views/people/index.html.haml
artfully_ose-1.2.0.pre.17 app/views/people/index.html.haml
artfully_ose-1.2.0.pre.16 app/views/people/index.html.haml