Sha256: fed9092e9ca16b5b68e594104a6b7ee02d76ea6802dff541a8da02005aa63e04

Contents?: true

Size: 618 Bytes

Versions: 18

Compression:

Stored size: 618 Bytes

Contents

.appliances--index
  %h5 Appliances (#{appliances.length})
  - if appliances.present?
    %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}

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
ish_manager-0.1.8.513 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.512 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.511 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.510 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.509 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.508 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.507 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.506 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.505 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.504 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.503 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.500 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.499 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.498 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.497 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.496 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.495 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.494 app/views/ish_manager/appliances/_index.haml