Sha256: 15017bc116cb2de16fad0c473825b77829674008fa7e2c6e3c4968c3491ac5cc

Contents?: true

Size: 941 Bytes

Versions: 44

Compression:

Stored size: 941 Bytes

Contents

.block#block-tables
  .content
    %h2.title
      Cookbooks
    .inner
      %table.table#cookbook_version_table
        %thead
          %tr
            %th Cookbook
            %th Latest Version
            %th Other Versions
        %tbody.cookbook_versions
          - @cl.keys.sort.each do |cookbook|
            - versions = @cl[cookbook]
            %tr
              %td= cookbook
              %td
                %ul.cookbook_versions{ :id => "#{cookbook}_versions" }
                  - versions[0..4].each_with_index do |v, i|
                    - klass = i > 0 ? "other_version" : "latest_version"
                    %li{ :class => klass }
                      = link_to(v["version"], v["url"])
                - if versions.length > 5
                  = all_versions_link(cookbook)
              %td.show_more
                = versions.length > 1 ? more_versions_link(cookbook) : ""
= js_include_tag "cookbook_versions"

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
chef-server-webui-10.14.0.beta.3 app/views/cookbooks/index.html.haml
chef-server-webui-10.14.0.beta.2 app/views/cookbooks/index.html.haml
chef-server-webui-10.14.0.beta.1 app/views/cookbooks/index.html.haml
chef-server-webui-10.12.0 app/views/cookbooks/index.html.haml
chef-server-webui-10.12.0.rc.1 app/views/cookbooks/index.html.haml
chef-server-webui-0.10.10 app/views/cookbooks/index.html.haml
chef-server-webui-0.10.10.rc.4 app/views/cookbooks/index.html.haml
chef-server-webui-0.10.10.rc.3 app/views/cookbooks/index.html.haml
chef-server-webui-0.10.10.rc.2 app/views/cookbooks/index.html.haml
chef-server-webui-0.10.10.rc.1 app/views/cookbooks/index.html.haml
chef-server-webui-0.10.10.beta.1 app/views/cookbooks/index.html.haml
chef-server-webui-0.10.8 app/views/cookbooks/index.html.haml
chef-server-webui-0.10.6 app/views/cookbooks/index.html.haml
chef-server-webui-0.10.6.rc.5 app/views/cookbooks/index.html.haml
chef-server-webui-0.10.6.rc.4 app/views/cookbooks/index.html.haml
chef-server-webui-0.10.6.rc.3 app/views/cookbooks/index.html.haml
chef-server-webui-0.10.6.rc.2 app/views/cookbooks/index.html.haml
chef-server-webui-0.10.6.rc.1 app/views/cookbooks/index.html.haml
chef-server-webui-0.10.6.beta.3 app/views/cookbooks/index.html.haml
chef-server-webui-0.10.6.beta.2 app/views/cookbooks/index.html.haml