Sha256: 070481a430d9b5a0f65682050a1553e3f7b940b76eecc6f3224de973ae2904fe

Contents?: true

Size: 285 Bytes

Versions: 2

Compression:

Stored size: 285 Bytes

Contents

.api-key-core
  .current-api-key
    - if card.content.present?
      %label{ for: :current_api_key }
        = t :api_key_label

      = text_field_tag :current_api_key, card.content, readonly: true
    - else
      %em No key.
  .api-key-generate-button
    = render_generate_button

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
card-mod-api_key-0.11.5 set/right/api_key/core.haml
card-mod-api_key-0.11.4 set/right/api_key/core.haml