Sha256: b6a5180c8e7718fe9176055aae4cc6e95439577da0b4ccc18989b03e1b78a4e2
Contents?: true
Size: 929 Bytes
Versions: 6
Compression:
Stored size: 929 Bytes
Contents
- if translations_changes.empty? .alert.alert-info = t('.no_matches') - else %table.table.table-striped.table-bordered %thead %tr %th = t('.key') %th = t('.locale') %th = t('.user') %th = t('.changes') %th = t('.time') %tbody - translations_changes.each do |change| %tr %td = link_to change.auditable.key.name, change.auditable.key, target: '_blank' %td = change.auditable.lang %td = change.user.send(TranslationCenter::CONFIG['identifier_type']) %td %ul - change.audited_changes.each do |change, value| %li = format_change(change, value) %td = time_ago_in_words change.created_at = t('.ago') = will_paginate translations_changes
Version data entries
6 entries across 6 versions & 1 rubygems