Sha256: 90fcf2e5ef1fd62d8edb6baa6a286b16b04f8543ee47b8d2813c9df88ed95021

Contents?: true

Size: 375 Bytes

Versions: 61

Compression:

Stored size: 375 Bytes

Contents

%a.category{ href: category_path(category) }
  .category_name
    = category.view_name
  %div
    %span.label.label-info
      = category.translation_keys.count
      = t('.keys')
    - completion = category.complete_percentage_in(to_lang)
    %span{ class: completion == 100 ? 'label label-success' : 'label label-important'}
      = "#{completion} %"
      = t('.complete')

Version data entries

61 entries across 61 versions & 2 rubygems

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