Sha256: f249ae2db46341c83c9b8728323b83d93d17fdcbc0f35e3ea342368e9965c2d7

Contents?: true

Size: 509 Bytes

Versions: 3

Compression:

Stored size: 509 Bytes

Contents

<table>
  <thead>
    <tr class="header">
      <th>Key</th>
      <th>Content</th>
    </tr>
  </thead>
  <tbody>
    <% @translations.each do |x| %>
      <tr id="translation_<%= x.id %>">
        <td><%= x.key %></td>
        <td>
          <%= best_in_place x, :value,
              :type => :textarea,
              :path => interpret_translation_path(x),
              :activator => "#translation_#{x.id}",
              :sanitize => false %>
        </td>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
interpret-0.1.3 app/views/interpret/translations/_listing.html.erb
interpret-0.1.2 app/views/interpret/translations/_listing.html.erb
interpret-0.1.1 app/views/interpret/translations/_listing.html.erb