app/views/search_entries/show.html.haml in chef-server-webui-0.9.12 vs app/views/search_entries/show.html.haml in chef-server-webui-0.9.14.beta.1
- old
+ new
@@ -2,6 +2,6 @@
%h3= "#{h @entry[:index_name]} (#{h @entry[:id]})"
%table
- @entry.each do |k, v|
%tr.attr_group
%td.attr_name= k
- %td.attr_value= v.kind_of?(Array) ? v.join(",") : v
\ No newline at end of file
+ %td.attr_value= v.kind_of?(Array) ? v.join(",") : v