Sha256: 554d167f685c67dbbef4ebb701524c3a4c287b2e33dffcfb786dc14523123bfb

Contents?: true

Size: 378 Bytes

Versions: 4

Compression:

Stored size: 378 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
chef-server-slice-0.7.16 app/views/cookbooks/index.html.haml
chef-server-slice-0.7.14 app/views/cookbooks/index.html.haml
chef-server-slice-0.7.12 app/views/cookbooks/index.html.haml
chef-server-slice-0.7.10 app/views/cookbooks/index.html.haml