~ubuntu-branches/ubuntu/karmic/chef/karmic

« back to all changes in this revision

Viewing changes to chef-server-slice/app/views/search/index.html.haml

  • Committer: Bazaar Package Importer
  • Author(s): Joshua Timberman
  • Date: 2009-08-12 12:18:48 UTC
  • Revision ID: james.westby@ubuntu.com-20090812121848-yl38hpd7nfsl51xz
Tags: upstream-0.7.8
ImportĀ upstreamĀ versionĀ 0.7.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.block#block-forms
 
2
  .content
 
3
    %h2.title Search Indexes
 
4
    .inner
 
5
      - @search_indexes.sort{ |a,b| a.to_s <=> b.to_s}.each do |index|
 
6
        %form.form{ :method => "get", "accept-charset" => "UTF-8", :action => slice_url(:search, { :id => index})}
 
7
          .group.label= text_field :name => "q", :label => "Query"
 
8
          .group.label= text_field :name => "a", :label => "Attributes"
 
9
          .group= submit "Search #{index}"
 
 
b'\\ No newline at end of file'