summaryrefslogtreecommitdiff
path: root/chef-server-slice/app/views/search/index.html.haml
blob: 8f3b1995922653b2f98e8bf0b5b7e31a5f12e3d4 (plain)
1
2
3
4
5
6
7
8
9
.block#block-forms
  .content
    %h2.title Search Indexes
    .inner
      - @search_indexes.sort{ |a,b| a.to_s <=> b.to_s}.each do |index|
        %form.form{ :method => "get", "accept-charset" => "UTF-8", :action => slice_url(:search, { :id => index})}
          .group.label= text_field :name => "q", :label => "Query"
          .group.label= text_field :name => "a", :label => "Attributes"
          .group= submit "Search #{index}"