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