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

« back to all changes in this revision

Viewing changes to chef-server-slice/app/views/search_entries/show.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
.search_result
 
2
  %h3= "#{h @entry[:index_name]} (#{h @entry[:id]})"
 
3
  %table
 
4
    - @entry.each do |k, v|
 
5
      %tr.attr_group
 
6
        %td.attr_name= k
 
7
        %td.attr_value= v.kind_of?(Array) ? v.join(",") : v
 
 
b'\\ No newline at end of file'