Sha256: ca40251d67e9ff573bc5b178701ff14649adb6f6711f76c602171e3e3863387f

Contents?: true

Size: 366 Bytes

Versions: 15

Compression:

Stored size: 366 Bytes

Contents

.block#block-tables
  .content
    %h2.title Cookbooks
    .inner
      %table.table
        %thead
          %tr
            %th.first Cookbook Name
        %tbody
          - @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

15 entries across 15 versions & 1 rubygems

Version Path
chef-server-webui-0.9.18 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.16 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.14 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.14.rc.1 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.14.beta.1 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.12 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.10 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.10.rc.3 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.10.rc.2 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.10.rc.1 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.10.rc.0 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.8 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.8.rc.0 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.8.beta.2 app/views/cookbooks/index.html.haml
chef-server-webui-0.9.8.beta.1 app/views/cookbooks/index.html.haml