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