Sha256: a19c517bc7d7fe459a9a3e2e2d98f0113809ead229d074b8a5923237f65290bc

Contents?: true

Size: 633 Bytes

Versions: 12

Compression:

Stored size: 633 Bytes

Contents

=header "Create new image"
=subheader "#{@instance.id}"

%div{ :'data-role' => :content, :'data-theme' => 'c', :class => 'middle-dialog'}
  %form{ :action => images_url, :method => :post}
    %input{ :type => :hidden, :name => :instance_id, :value => @instance.id}
    %div{ 'data-role' => :fieldcontain }
      %label{ :for => :name} Name:
      %input{ :type => :text, :id => :name, :name => :name, :value => '' }
    %div{ 'data-role' => :fieldcontain }
      %label{ :for => :description} Description:
      %input{ :type => :text, :id => :description, :name => :description, :value => '' }
    %button{ :type => :submit} Create

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
deltacloud-core-1.1.2 views/images/new.html.haml
deltacloud-core-1.1.1 views/images/new.html.haml
deltacloud-core-1.1.0 views/images/new.html.haml
deltacloud-core-1.0.5 views/images/new.html.haml
deltacloud-core-1.0.4 views/images/new.html.haml
deltacloud-core-1.0.3 views/images/new.html.haml
deltacloud-core-1.0.2 views/images/new.html.haml
deltacloud-core-1.0.1 views/images/new.html.haml
deltacloud-core-1.0.0 views/images/new.html.haml
deltacloud-core-0.5.0 views/images/new.html.haml
deltacloud-core-0.4.1 views/images/new.html.haml
deltacloud-core-0.4.0 views/images/new.html.haml