Sha256: a6103c74b2694ce2b24f8f9cf04122d9b37d5aebdc7e75131a9619ea11ba349a

Contents?: true

Size: 331 Bytes

Versions: 16

Compression:

Stored size: 331 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], url(:cookbook, { :id => cookbook[0] })

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
chef-server-webui-0.9.6 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.4 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.2 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.0 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.0.rc02 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.0.rc01 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.0.b02 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.0.b01 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.0.a92 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.0.a91 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.0.a90 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.0.a10 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.0.a8 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.0.a6 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.0.a4 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.0.a3 app/views/cookbooks/index.html.haml