blob: 5ebf46814307a960524c66f3ba42c5998d5ee122 [file] [log] [blame]
- @title=collection_name @machine_images
- content_for :breadcrumb do
%ul.breadcrumb
%li
%a{ :href => "/cimi/cloudEntryPoint"} CloudEntryPoint
%span.divider="/"
%li.active
MachineImageCollection
- content_for :actions do
%p
%a{ :href => "#{@machine_images.id}?format=xml", :class => 'label warning' } XML
%a{ :href => "#{@machine_images.id}?format=json", :class => 'label warning' } JSON
%ul
- @machine_images.machine_images.each do |image|
%li
%a{ :href => "/cimi/machine_images/#{href_to_id image.id}"}=href_to_id(image.id)
- details('Collection details') do
- row 'ID', @machine_images.id
- row 'Count', @machine_images.count