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.493 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.492 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.491 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.490 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.489 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.488 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.487 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.486 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.485 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.484 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.483 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.482 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.481 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.480 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.479 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.478 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.477 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.476 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.475 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.474 app/views/ish_manager/appliances/_index.haml