Sha256: 1388c49be7797ceba51f702288bb43e1272fe87d467f8e0f03d25415cf5d6cfd

Contents?: true

Size: 1 KB

Versions: 11

Compression:

Stored size: 1 KB

Contents

=header "Key"
=subheader @key.id

%div{ :'data-role' => :content, :'data-theme' => 'c'}
  %ul{ :'data-role' => :listview , :'data-inset' => :true, :'data-divider-theme' => 'd'}
    %li{ :'data-role' => 'list-divider'} Identifier
    %li
      %p{ :'data-role' => 'fieldcontain'}=@key.id
    - if @key.is_password?
      %li{ :'data-role' => 'list-divider'} Username
      %li
        %p{ :'data-role' => 'fieldcontain'}=@key.username
      %li{ :'data-role' => 'list-divider'} Password
      %li
        %p{ :'data-role' => 'fieldcontain'}=@key.password
    - else
      %li{ :'data-role' => 'list-divider'} Fingerprint
      %li
        %p{ :'data-role' => 'fieldcontain'}=@key.fingerprint
      %li{ :'data-role' => 'list-divider'} PEM key
      %li
        %p{ :'data-role' => 'fieldcontain'}
          %pre=@key.pem_rsa_key
    %li{ :'data-role' => 'list-divider'} Actions
    %li
      %div{ :'data-role' => 'controlgroup', :'data-type' => "horizontal" }
        =link_to_action "Destroy", destroy_key_url(@key.id), :delete

Version data entries

11 entries across 11 versions & 1 rubygems

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