summaryrefslogtreecommitdiff
path: root/chef-server/lib/views/cookbooks/attribute_files.html.haml
blob: 56fdcf7bee5da512c546289424ebc5e961e4ecc7 (plain)
1
2
3
4
%h1 All Attribute Files
- @attribute_files.each do |af_hash|
  %h2= "#{af_hash[:cookbook]}"
  = partial(:attribute_file, :name => af_hash[:name], :contents => af_hash[:contents])