Sha256: 12eab96d515952800d1556c03988c8d746b3bdb90a9c1ba26d67d8cc18278b8b

Contents?: true

Size: 337 Bytes

Versions: 7

Compression:

Stored size: 337 Bytes

Contents

.block#block-tables
  .content
    %h2.title Cookbooks
    .inner
      %table.table
        %tr
          %th.first Cookbook Name
          - @cl.sort.each_with_index do |cookbook, index|
            %tr{:class => "#{index % 2 == 1 ? 'odd' : 'even'}"}
              %td= link_to cookbook[0], slice_url(:cookbook, { :id => cookbook[0] })

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
chef-server-webui-0.8.16 app/views/cookbooks/index.html.haml
chef-server-webui-0.8.14 app/views/cookbooks/index.html.haml
chef-server-webui-0.8.10 app/views/cookbooks/index.html.haml
chef-server-webui-0.8.8 app/views/cookbooks/index.html.haml
chef-server-webui-0.8.6 app/views/cookbooks/index.html.haml
chef-server-webui-0.8.4 app/views/cookbooks/index.html.haml
chef-server-webui-0.8.2 app/views/cookbooks/index.html.haml