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