Sha256: 93da7b3ec81948765bdad72a2693eb0462f321fd15674063b64f7dafb1a2e507

Contents?: true

Size: 630 Bytes

Versions: 32

Compression:

Stored size: 630 Bytes

Contents

.appliances--index
  %h5 Appliances (#{appliances.length})
  - if appliances.present?
    %hr
    %ul.items
      - appliances.each do |i|
        %li
          %ul
            %li.name <b>name:</b> #{i.name} #{link_to '[~]', edit_appliance_path(i)}
            %li.kind <b>kind:</b> #{i.kind}
            %li.leadset_id <b>leadset_id:</b> #{i.leadset_id}

            %li.serverhost
              <b>serverhost:</b>
              - if i.serverhost
                #{ link_to i.serverhost.name, serverhost_path(i.serverhost) }
              - else
                <no-serverhost>
            %li.host <b>host:</b> #{i.host}
%hr

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
ish_manager-0.1.8.473 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.472 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.471 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.470 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.469 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.468 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.467 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.466 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.465 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.464 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.463 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.462 app/views/ish_manager/appliances/_index.haml