Sha256: 272daccc168883efecaf2f176b9fc175d641b692ca0f222d80298ad357611cf3

Contents?: true

Size: 408 Bytes

Versions: 31

Compression:

Stored size: 408 Bytes

Contents

= t('.sort_by')
%a.sort_by_date{ href: '#', 'data-key-id' => translation_key.id }
  = t('.date')
%a.sort_by_votes{ href: '#', 'data-key-id' => translation_key.id }
  = t('.votes')
%hr
- translations.each do |translation|
  = render 'translation_center/translations/show', translation: translation
- if translation_key.translations.in(to_lang).empty?
  .alert.alert-error
    = t('.no_translations_available')

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
translation_center-2.0.2 app/views/translation_center/translations/_index.html.haml
translation_center-2.0.1 app/views/translation_center/translations/_index.html.haml
translation_center-1.7.2 app/views/translation_center/translations/_index.html.haml
translation_center-1.7.1 app/views/translation_center/translations/_index.html.haml
translation_center-1.7.0 app/views/translation_center/translations/_index.html.haml
translation_center-1.6.10 app/views/translation_center/translations/_index.html.haml
translation_center-1.6.9 app/views/translation_center/translations/_index.html.haml
translation_center-1.6.8 app/views/translation_center/translations/_index.html.haml
translation_center-1.6.7 app/views/translation_center/translations/_index.html.haml
translation_center-1.6.6 app/views/translation_center/translations/_index.html.haml
translation_center-1.6.5 app/views/translation_center/translations/_index.html.haml
translation_center-1.6.4 app/views/translation_center/translations/_index.html.haml
translation_center-1.6.3 app/views/translation_center/translations/_index.html.haml
translation_center-1.6.2 app/views/translation_center/translations/_index.html.haml
translation_center-1.6.1 app/views/translation_center/translations/_index.html.haml
translation_center-1.6.0 app/views/translation_center/translations/_index.html.haml
translation_center-1.5.9 app/views/translation_center/translations/_index.html.haml
translation_center-1.5.8 app/views/translation_center/translations/_index.html.haml
translation_center-1.5.7 app/views/translation_center/translations/_index.html.haml
translation_center-1.5.6 app/views/translation_center/translations/_index.html.haml