Sha256: 13ada03b2f411be60448dc5634dbfb39c733977120cb4b7ff7a3302ddb68d04c

Contents?: true

Size: 409 Bytes

Versions: 21

Compression:

Stored size: 409 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

21 entries across 21 versions & 1 rubygems

Version Path
translation_center-1.2.0 app/views/translation_center/translations/_index.html.haml
translation_center-1.1.0 app/views/translation_center/translations/_index.html.haml
translation_center-1.0.4 app/views/translation_center/translations/_index.html.haml
translation_center-1.0.3 app/views/translation_center/translations/_index.html.haml
translation_center-1.0.2 app/views/translation_center/translations/_index.html.haml
translation_center-1.0.1 app/views/translation_center/translations/_index.html.haml
translation_center-1.0.0 app/views/translation_center/translations/_index.html.haml
translation_center-0.0.14 app/views/translation_center/translations/_index.html.haml
translation_center-0.0.13 app/views/translation_center/translations/_index.html.haml
translation_center-0.0.12 app/views/translation_center/translations/_index.html.haml
translation_center-0.0.11 app/views/translation_center/translations/_index.html.haml
translation_center-0.0.10 app/views/translation_center/translations/_index.html.haml
translation_center-0.0.9 app/views/translation_center/translations/_index.html.haml
translation_center-0.0.8 app/views/translation_center/translations/_index.html.haml
translation_center-0.0.7 app/views/translation_center/translations/_index.html.haml
translation_center-0.0.6 app/views/translation_center/translations/_index.html.haml
translation_center-0.0.5 app/views/translation_center/translations/_index.html.haml
translation_center-0.0.4 app/views/translation_center/translations/_index.html.haml
translation_center-0.0.3 app/views/translation_center/translations/_index.html.haml
translation_center-0.0.2 app/views/translation_center/translations/_index.html.haml