Sha256: cfaba095ef40d11eda3ab54f1c1292b1c63d6dfa1fc8b4665925c2067b09c949

Contents?: true

Size: 379 Bytes

Versions: 3

Compression:

Stored size: 379 Bytes

Contents

.appliance-tmpls-index
  %h5 ApplianceTmpl's

  %table.bordered
    %tr
      %th id
      %th kind
      %th version
      %th image
      %th volume_zip
      -# %td  

    - @appliance_tmpls.each do |tmpl|
      %tr
        %td= tmpl.id
        %td= tmpl.kind
        %td= tmpl.version
        %td= tmpl.image
        %td= tmpl.volume_zip
        -# %td= tmpl.inspect


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wco_hosting-0.0.0.3 app/views/wco_hosting/appliance_tmpls/index.haml
wco_hosting-0.0.0.2 app/views/wco_hosting/appliance_tmpls/index.haml
wco_hosting-0.0.0.1 app/views/wco_hosting/appliance_tmpls/index.haml