Sha256: 2f02c22bfe11e9153b076d6f1e5f56b5f88706e563ee9f9d4730f400bd5fa6ff

Contents?: true

Size: 740 Bytes

Versions: 20

Compression:

Stored size: 740 Bytes

Contents

%h1 Keys

%table.display
  %thead
    %tr
      %th ID
      %th Credentials details
      %th Actions
  %tbody
    - @elements.each do |key|
      %tr
        %td
          = link_to key.id, key_url( key.id )
        %td
          - if key.credential_type.eql?(:key)
            = key.fingerprint
          - if key.credential_type.eql?(:password)
            = "#{key.username} - #{key.password}"
        %td
          - if driver.respond_to?(:destroy_key)
            =link_to 'Destroy', destroy_key_url(key.id), :class => 'delete'
  %tfoot
    - if driver.respond_to?(:create_key)
      %tr
        %td{:colspan => 3, :style => "text-align:right;"}
          =link_to 'Create »', "#{url_for('/api/keys/new')}", :class => 'button'

Version data entries

20 entries across 20 versions & 3 rubygems

Version Path
steamcannon-deltacloud-core-0.1.2.1 views/keys/index.html.haml
steamcannon-deltacloud-core-0.1.1.3 views/keys/index.html.haml
steamcannon-deltacloud-core-0.1.1.2 views/keys/index.html.haml
steamcannon-deltacloud-core-0.1.1.1 views/keys/index.html.haml
deltacloud-core-0.0.9 views/keys/index.html.haml
steamcannon-deltacloud-core-0.0.8.1-java views/keys/index.html.haml
steamcannon-deltacloud-core-0.0.8.1 views/keys/index.html.haml
deltacloud-core-0.0.8 views/keys/index.html.haml
steamcannon-deltacloud-core-0.0.7.2 views/keys/index.html.haml
steamcannon-deltacloud-core-0.0.7.2-java views/keys/index.html.haml
steamcannon-deltacloud-core-0.0.7.1 views/keys/index.html.haml
steamcannon-deltacloud-core-0.0.7.1-java views/keys/index.html.haml
deltacloud-core-0.0.7 views/keys/index.html.haml
bbrowning-deltacloud-core-0.0.6.1-java views/keys/index.html.haml
bbrowning-deltacloud-core-0.0.6-java views/keys/index.html.haml
bbrowning-deltacloud-core-0.0.6 views/keys/index.html.haml
deltacloud-core-0.0.6 views/keys/index.html.haml
bbrowning-deltacloud-core-0.0.4 views/keys/index.html.haml
bbrowning-deltacloud-core-0.0.4-java views/keys/index.html.haml
deltacloud-core-0.0.5 views/keys/index.html.haml