Sha256: 9416dfff45a80ea93c0ba2caba50d2e9b207bd21f49058f78c0f1e1406a4e0d2

Contents?: true

Size: 390 Bytes

Versions: 6

Compression:

Stored size: 390 Bytes

Contents

%tr
  %td
    %a{href: edit_weeler_translation_path(translation.id)}
      \   #{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")

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
weeler-1.1.0 app/views/weeler/translations/_translation.html.haml
weeler-1.0.4 app/views/weeler/translations/_translation.html.haml
weeler-1.0.3 app/views/weeler/translations/_translation.html.haml
weeler-1.0.2 app/views/weeler/translations/_translation.html.haml
weeler-1.0.1 app/views/weeler/translations/_translation.html.haml
weeler-1.0.0 app/views/weeler/translations/_translation.html.haml