summaryrefslogtreecommitdiff
path: root/chef-server/lib/views/cookbooks/index.html.haml
blob: 008f74765c9de4540d20fed3ed738202a65f250e (plain)
1
2
3
4
5
6
7
%h1 Cookbooks
- @cl.each do |cookbook|
  .index
    %table
      %tr
        %td
          %a{ :href => url(:cookbook, { :id => cookbook.name }) }= cookbook.name