summaryrefslogtreecommitdiff
path: root/packages/chef-server/app/views/nodes/_node.html.haml
blob: 7dce36488fee281b8a0f50436bec7064b21a62fd (plain)
1
2
3
4
5
6
7
8
9
10
11
.node
  %h1 
    = "Node #{h node.name}" 
  %h2 Actions
  %a{ :href => url(:compile_node, { :id => node_escape(node.name) }) } Compile Node
  %h2 Recipes
  %ol
    = recipe_list(node)
  %h2 Attributes
  %ol
    = attribute_list(node)