Sha256: 892899ff443983fd3eec74b0d9f3d0bf3360851365bc52fecf61c83fb4c9f974

Contents?: true

Size: 437 Bytes

Versions: 4

Compression:

Stored size: 437 Bytes

Contents

.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}"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
chef-server-slice-0.7.16 app/views/search/index.html.haml
chef-server-slice-0.7.14 app/views/search/index.html.haml
chef-server-slice-0.7.12 app/views/search/index.html.haml
chef-server-slice-0.7.10 app/views/search/index.html.haml