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