Sha256: 85ec06edf3d1e3e89c74345bfeb73fd5bc8e90de5a81774446d21e20522cef3b

Contents?: true

Size: 1.07 KB

Versions: 39

Compression:

Stored size: 1.07 KB

Contents

%li{ class: "#{index == 0 ? 'well well-small active translation_key' : 'well well-small translation_key' }", 'data-key-id' => translation_key.id}
  - if translation_key.accepted_in?(to_lang)
    .translation_key_badge.badge-success{title: t('.translated')}
  - elsif translation_key.no_translations_in?(to_lang)
    .translation_key_badge.badge-important{title: t('.untranslated')}
  - else
    .translation_key_badge.badge-warning{title: t('.waiting_acceptance')}

  - if translation_admin?
    %div
      = link_to '×', translation_key_path(translation_key), method: :delete, data: { confirm: t('translation_center.actions.are_you_sure', :default => 'Are you sure?') }, class: 'close', remote: true

  %a{ href: "##{translation_key.id}", 'data-toggle' => "tab"}
    %p
      %b
        %em
          = t(translation_key.name)
      %span
        %em.created_time
          = t('.created_on')
          = format_date(translation_key.created_at)
    
    %small
      %div{ 'data-key-id' => translation_key.id, class: "#{translation_admin? ? 'key_editable' : '' }"}
        = translation_key.name

Version data entries

39 entries across 39 versions & 2 rubygems

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