Sha256: 88062f7448eabd628c2ad04961c17b39cae6db57140efa867d8e7275ce0c12b9

Contents?: true

Size: 262 Bytes

Versions: 2

Compression:

Stored size: 262 Bytes

Contents

%h1 Translations
#translations
  .header
    .key Key
    .value Value
  %br.clearfloat
  .body
    - @translations.each do |t|
      .translation
        .key= t.key
        .value= t.value
      %br.clearfloat


%h2 Add Translation
= render :partial => "form"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
interpreter-0.0.3 app/views/interpreter/translations/index.html.haml
interpreter-0.0.2 app/views/interpreter/translations/index.html.haml