app/views/roles/show.html.haml in chef-server-webui-0.9.0.rc02 vs app/views/roles/show.html.haml in chef-server-webui-0.9.0
- old
+ new
@@ -37,10 +37,10 @@
%th.last Name
- if @role.run_list.empty?
%tr
%td{:colspan => 2} This node has no recipes applied.
- else
- - recipes.each do |recipe|
+ - recipes.each_with_index do |recipe, i|
%tr
%td.position= i
%td= recipes
.left
%h3 Default Attributes