Sha256: 21b78014e38a37ff8013f29246de60f49c156fda195bd2b87bb993bacdc95c8e

Contents?: true

Size: 582 Bytes

Versions: 59

Compression:

Stored size: 582 Bytes

Contents

- if translation_keys.empty?
  .alert.alert-info
    = t('.no_translation_keys')
- else
  .tabbable.tabs-left.all_listing
    
    %ul.nav.nav-tabs.translation_keys_listing
      - translation_keys.each_with_index do |translation_key, index|
        = render 'translation_center/translation_keys/show_keys', translation_key: translation_key, index: index
        

    .tab-content.translations_listing
      - translation_keys.each_with_index do |translation_key, index|
        = render 'translation_center/translation_keys/show', translation_key: translation_key, index: index


Version data entries

59 entries across 59 versions & 2 rubygems

Version Path
translation_center-1.7.2 app/views/translation_center/translation_keys/_translation_keys.html.haml
afalkear_translation_center-1.8.4 app/views/translation_center/translation_keys/_translation_keys.html.haml
afalkear_translation_center-1.8.3 app/views/translation_center/translation_keys/_translation_keys.html.haml
afalkear_translation_center-1.8.2 app/views/translation_center/translation_keys/_translation_keys.html.haml
afalkear_translation_center-1.8.1 app/views/translation_center/translation_keys/_translation_keys.html.haml
afalkear_translation_center-1.8.0 app/views/translation_center/translation_keys/_translation_keys.html.haml
afalkear_translation_center-1.7.9 app/views/translation_center/translation_keys/_translation_keys.html.haml
afalkear_translation_center-1.7.8 app/views/translation_center/translation_keys/_translation_keys.html.haml
afalkear_translation_center-0.0.0 app/views/translation_center/translation_keys/_translation_keys.html.haml
afalkear_translation_center-1.7.7 app/views/translation_center/translation_keys/_translation_keys.html.haml
translation_center-1.7.1 app/views/translation_center/translation_keys/_translation_keys.html.haml
translation_center-1.7.0 app/views/translation_center/translation_keys/_translation_keys.html.haml
translation_center-1.6.10 app/views/translation_center/translation_keys/_translation_keys.html.haml
translation_center-1.6.9 app/views/translation_center/translation_keys/_translation_keys.html.haml
translation_center-1.6.8 app/views/translation_center/translation_keys/_translation_keys.html.haml
translation_center-1.6.7 app/views/translation_center/translation_keys/_translation_keys.html.haml
translation_center-1.6.6 app/views/translation_center/translation_keys/_translation_keys.html.haml
translation_center-1.6.5 app/views/translation_center/translation_keys/_translation_keys.html.haml
translation_center-1.6.4 app/views/translation_center/translation_keys/_translation_keys.html.haml
translation_center-1.6.3 app/views/translation_center/translation_keys/_translation_keys.html.haml