Sha256: fa68566ca82571346269bd1398094468d73ce2e6b5953419b993d97b3bad2a46

Contents?: true

Size: 751 Bytes

Versions: 17

Compression:

Stored size: 751 Bytes

Contents

- in_section :people
- content_for :title do
  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"
      .control
        = submit_tag "Search", :class => 'btn'
        = link_to "Advanced Search", new_search_path
  .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

17 entries across 17 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.15 app/views/people/index.html.haml
artfully_ose-1.2.0.pre.12 app/views/people/index.html.haml
artfully_ose-1.2.0.pre.11 app/views/people/index.html.haml
artfully_ose-1.2.0.pre.10 app/views/people/index.html.haml
artfully_ose-1.2.0.pre.9 app/views/people/index.html.haml
artfully_ose-1.2.0.pre.8 app/views/people/index.html.haml
artfully_ose-1.2.0.pre.7 app/views/people/index.html.haml
artfully_ose-1.2.0.pre.6 app/views/people/index.html.haml
artfully_ose-1.2.0.pre.5 app/views/people/index.html.haml
artfully_ose-1.2.0.pre.4 app/views/people/index.html.haml
artfully_ose-1.2.0.pre.3 app/views/people/index.html.haml
artfully_ose-1.2.0.pre.2 app/views/people/index.html.haml
artfully_ose-1.2.0.pre.1 app/views/people/index.html.haml
artfully_ose-1.2.0.pre app/views/people/index.html.haml
artfully_ose-1.1.0 app/views/people/index.html.haml
artfully_ose-1.1.0.rc2 app/views/people/index.html.haml
artfully_ose-1.1.0.rc1 app/views/people/index.html.haml