%tr %td= translation.locale %td= translation.key - if translation.value.present? && translation.value.is_a?(String) %td= strip_tags(truncate(translation.value, lenght: 50)) - else %td= translation.value %td= translation.interpolations %td.text-center= translation.created_at.strftime("%d/%m/%Y") %td = link_to 'Edit', { action: :edit, id: translation.id }, class: 'btn btn-default' = link_to 'Remove', { action: :destroy, id: translation }, data: { confirm: 'Are you sure you want to remove?' }, method: :delete, class: 'btn btn-danger'