Sha256: e712b69bf3d6a0e360a95fae53f4cfa72d25db9d647ebd31387336ae27b2f23f

Contents?: true

Size: 490 Bytes

Versions: 30

Compression:

Stored size: 490 Bytes

Contents

%h1
  = @account[:id]

%h2 Instances

%table
  %thead
    %tr
      %th Instance ID
  %tbody
    - @account[:instance_ids].each do |instance_id|
      %tr
        %td
          = link_to instance_id, instance_url( instance_id )

%h2 Images

%table
  %thead
    %tr
      %th Image ID
      %th Description
  %tbody
    %tbody
      - @images.each do |image|
        %tr
          %td
            = link_to image[:id], image_url( image[:id] )
          %td
            = image[:description]

Version data entries

30 entries across 30 versions & 3 rubygems

Version Path
deltacloud-core-0.3.0 views/accounts/show.html.haml
steamcannon-deltacloud-core-0.1.2.1 views/accounts/show.html.haml
steamcannon-deltacloud-core-0.1.1.3 views/accounts/show.html.haml
deltacloud-core-0.1.2 views/accounts/show.html.haml
steamcannon-deltacloud-core-0.1.1.2 views/accounts/show.html.haml
steamcannon-deltacloud-core-0.1.1.1 views/accounts/show.html.haml
deltacloud-core-0.1.1 views/accounts/show.html.haml
deltacloud-core-0.1.0 views/accounts/show.html.haml
deltacloud-core-0.0.9 views/accounts/show.html.haml
steamcannon-deltacloud-core-0.0.8.1-java views/accounts/show.html.haml
steamcannon-deltacloud-core-0.0.8.1 views/accounts/show.html.haml
deltacloud-core-0.0.8 views/accounts/show.html.haml
steamcannon-deltacloud-core-0.0.7.2 views/accounts/show.html.haml
steamcannon-deltacloud-core-0.0.7.2-java views/accounts/show.html.haml
steamcannon-deltacloud-core-0.0.7.1 views/accounts/show.html.haml
steamcannon-deltacloud-core-0.0.7.1-java views/accounts/show.html.haml
deltacloud-core-0.0.7 views/accounts/show.html.haml
bbrowning-deltacloud-core-0.0.6.1-java views/accounts/show.html.haml
bbrowning-deltacloud-core-0.0.6-java views/accounts/show.html.haml
bbrowning-deltacloud-core-0.0.6 views/accounts/show.html.haml