Sha256: 5ef247117ce0c6e7111caf0268520b370c7b430a729293fd5938f7a5ac721faf

Contents?: true

Size: 650 Bytes

Versions: 2

Compression:

Stored size: 650 Bytes

Contents

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

.row
  .span4
    = form_tag people_path, {:method => :get, :remote => true, :class => 'super-search form-search'} do
      = hidden_field_tag :commit, "Search"
      %ul
        %li
          = text_field_tag :search, "", :placeholder => "Email, name, or tag...", :class => "input-medium search-query"
          = submit_tag "Search", :class => 'btn'
  .span8.super-search-results
    - if @people.empty?
       
    -else
      = render :partial => 'list', :locals => { :people => @people } unless @people.empty?
      = will_paginate @people, :inner_window => 2, :outer_window => 0

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
artfully_ose-1.0.0.rc4 app/views/people/index.html.haml
artfully_ose-1.0.0.rc3 app/views/people/index.html.haml