Sha256: 7a2ee6f114cb09904055f3d34c2a606f931b1edfdfd5b69082d121a13f60444c

Contents?: true

Size: 298 Bytes

Versions: 23

Compression:

Stored size: 298 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= t('api_key_no_key')
  .api-key-generate-button
    = render_generate_button

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
card-mod-api_key-0.11.7 set/right/api_key/core.haml
card-mod-api_key-0.12.0 set/right/api_key/core.haml
card-mod-api_key-0.11.6 set/right/api_key/core.haml