Sha256: ce286105b89ebbfe751b7104c6d064f1e55135024739bc40e4dff8f1e48bc763

Contents?: true

Size: 571 Bytes

Versions: 9

Compression:

Stored size: 571 Bytes

Contents

- unless defined?(partial)
  !!! XML
%key{ :href => key_url(@key.id), :id => @key.id, :type => "#{@key.credential_type}" }
  %actions
    - if driver.respond_to?(:destroy_key)
      %link{ :rel => "destroy", :method => "delete", :href => destroy_key_url(@key.id)}
  - if @key.is_key?
    %fingerprint<
      =@key.fingerprint
    - unless @key.pem_rsa_key.nil?
      %pem
        ~render_cdata(@key.pem_rsa_key)
  - if @key.is_password?
    %username<
      =cdata do
        =@key.username
    %password<
      =cdata do
        =@key.password
  %state<
    =@key.state

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
deltacloud-core-0.5.0 views/keys/show.xml.haml
deltacloud-core-0.4.1 views/keys/show.xml.haml
deltacloud-core-0.4.0 views/keys/show.xml.haml
deltacloud-core-0.3.0 views/keys/show.xml.haml
steamcannon-deltacloud-core-0.1.2.1 views/keys/show.xml.haml
steamcannon-deltacloud-core-0.1.1.3 views/keys/show.xml.haml
deltacloud-core-0.1.2 views/keys/show.xml.haml
steamcannon-deltacloud-core-0.1.1.2 views/keys/show.xml.haml
steamcannon-deltacloud-core-0.1.1.1 views/keys/show.xml.haml