Sha256: 749da10817412c2e398195b89eb2609b562264af11de36bb26b5a574d4af1424

Contents?: true

Size: 353 Bytes

Versions: 24

Compression:

Stored size: 353 Bytes

Contents

%h1
  = @key.id

%dl
  - if @key.is_key?
    %di
      %dt Fingerprint
      %dd
        = @key.fingerprint
      - if @key.pem_rsa_key
        %dt PEM key
        %dd
          %pre
            = @key.pem_rsa_key
  - if @key.is_password?
    %di
      %dt Username
      %dd
        = @key.username
      %dt Password
      %dd
        = @key.password

Version data entries

24 entries across 24 versions & 3 rubygems

Version Path
deltacloud-core-0.3.0 views/keys/show.html.haml
steamcannon-deltacloud-core-0.1.2.1 views/keys/show.html.haml
steamcannon-deltacloud-core-0.1.1.3 views/keys/show.html.haml
deltacloud-core-0.1.2 views/keys/show.html.haml
steamcannon-deltacloud-core-0.1.1.2 views/keys/show.html.haml
steamcannon-deltacloud-core-0.1.1.1 views/keys/show.html.haml
deltacloud-core-0.1.1 views/keys/show.html.haml
deltacloud-core-0.1.0 views/keys/show.html.haml
deltacloud-core-0.0.9 views/keys/show.html.haml
steamcannon-deltacloud-core-0.0.8.1-java views/keys/show.html.haml
steamcannon-deltacloud-core-0.0.8.1 views/keys/show.html.haml
deltacloud-core-0.0.8 views/keys/show.html.haml
steamcannon-deltacloud-core-0.0.7.2 views/keys/show.html.haml
steamcannon-deltacloud-core-0.0.7.2-java views/keys/show.html.haml
steamcannon-deltacloud-core-0.0.7.1 views/keys/show.html.haml
steamcannon-deltacloud-core-0.0.7.1-java views/keys/show.html.haml
deltacloud-core-0.0.7 views/keys/show.html.haml
bbrowning-deltacloud-core-0.0.6.1-java views/keys/show.html.haml
bbrowning-deltacloud-core-0.0.6-java views/keys/show.html.haml
bbrowning-deltacloud-core-0.0.6 views/keys/show.html.haml