Sha256: 62c9034e4d289948ecb903906004ad87a79e00ad41d0030495008a931f9cb111

Contents?: true

Size: 851 Bytes

Versions: 42

Compression:

Stored size: 851 Bytes

Contents

.block#block-tables
  .content
    %h2.title Databags
    .inner
      = partial('navigation', :active => 'index')
    .content
      .inner
        %table.table
          %thead
            %tr
              %th.first{:colspan => 2} Databag Name
              %th  
              %th.last  
          %tbody
            - @databags.sort_by {|key, value| value.downcase}.each_with_index do |databag, index|
              %tr{:class => "#{index % 2 == 1 ? 'odd' : 'even'}"}
                %td{:colspan => 2}= link_to databag[0], url(:databag, { :id => databag[0] })
                %td
                  = link_to('Edit', url(:databag, :id => databag[0])) 
                  |
                  = link_to('Delete', url(:databag, :id => databag[0]), :method => "delete", :confirm => "Really delete Databag #{databag[0]}?  There is no undo.")

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
chef-server-webui-10.30.4 app/views/databags/index.html.haml
chef-server-webui-10.30.2 app/views/databags/index.html.haml
chef-server-webui-10.30.2.rc.0 app/views/databags/index.html.haml
chef-server-webui-10.30.0.rc.2 app/views/databags/index.html.haml
chef-server-webui-10.30.0.rc.1 app/views/databags/index.html.haml
chef-server-webui-10.30.0.rc.0 app/views/databags/index.html.haml
chef-server-webui-10.28.0 app/views/databags/index.html.haml
chef-server-webui-10.28.0.rc.0 app/views/databags/index.html.haml
chef-server-webui-10.26.0 app/views/databags/index.html.haml
chef-server-webui-10.26.0.beta.0 app/views/databags/index.html.haml
chef-server-webui-10.24.4 app/views/databags/index.html.haml
chef-server-webui-10.24.0 app/views/databags/index.html.haml
chef-server-webui-10.24.0.rc.2 app/views/databags/index.html.haml
chef-server-webui-10.24.0.rc.1 app/views/databags/index.html.haml
chef-server-webui-10.24.0.rc.0 app/views/databags/index.html.haml
chef-server-webui-10.22.0 app/views/databags/index.html.haml
chef-server-webui-10.22.0.rc.0 app/views/databags/index.html.haml
chef-server-webui-10.20.0 app/views/databags/index.html.haml
chef-server-webui-10.18.4.rc.2 app/views/databags/index.html.haml
chef-server-webui-10.18.4.rc.1 app/views/databags/index.html.haml