summaryrefslogtreecommitdiff
path: root/lib/chef_server/views/nodes/_node.html.haml
blob: 24b1f2816ba5c26762482c1bc63c48036ad738df (plain)
1
2
3
4
5
6
7
8
9
.node
  %h1 
    = "Node #{h node.name}" 
  %h2 Recipes
  %ol
    = recipe_list(node)
  %h2 Attributes
  %ol
    = attribute_list(node)