Sha256: 9621de1371e67a400a8c7157c9bde821a7e522788ece743a073d2430376337a6

Contents?: true

Size: 799 Bytes

Versions: 16

Compression:

Stored size: 799 Bytes

Contents

%h1 Instances

%table.display
  %thead
    %tr
      %th ID
      %th Owner
      %th Name
      %th Image
      %th Realm
      %th State
      %th Actions
  %tbody
    - @instances.each do |instance|
      %tr
        %td
          = link_to instance.id, instance_url( instance.id )
        %td
          = link_to instance.owner_id, images_url
        %td
          = instance.name
        %td
          = link_to instance.image_id, image_url( instance.image_id )
        %td
          = instance.realm_id ? link_to(instance.realm_id, realm_url( instance.realm_id )) : 'default'
        %td
          = instance.state
        %td
          -instance.actions.each do |action|
            =link_to action, self.send(:"#{action}_instance_url", instance.id), :class => instance_action_method(action)

Version data entries

16 entries across 16 versions & 3 rubygems

Version Path
deltacloud-core-0.0.9 views/instances/index.html.haml
steamcannon-deltacloud-core-0.0.8.1-java views/instances/index.html.haml
steamcannon-deltacloud-core-0.0.8.1 views/instances/index.html.haml
deltacloud-core-0.0.8 views/instances/index.html.haml
steamcannon-deltacloud-core-0.0.7.2 views/instances/index.html.haml
steamcannon-deltacloud-core-0.0.7.2-java views/instances/index.html.haml
steamcannon-deltacloud-core-0.0.7.1 views/instances/index.html.haml
steamcannon-deltacloud-core-0.0.7.1-java views/instances/index.html.haml
deltacloud-core-0.0.7 views/instances/index.html.haml
bbrowning-deltacloud-core-0.0.6.1-java views/instances/index.html.haml
bbrowning-deltacloud-core-0.0.6-java views/instances/index.html.haml
bbrowning-deltacloud-core-0.0.6 views/instances/index.html.haml
deltacloud-core-0.0.6 views/instances/index.html.haml
bbrowning-deltacloud-core-0.0.4 views/instances/index.html.haml
bbrowning-deltacloud-core-0.0.4-java views/instances/index.html.haml
deltacloud-core-0.0.5 views/instances/index.html.haml