Sha256: 0b66d532c353735ff99656739cc7e7ecbb696a529d89022854a1dca42feb8a51

Contents?: true

Size: 754 Bytes

Versions: 3

Compression:

Stored size: 754 Bytes

Contents

<table>
  <tr>
    <td>key</td>
    <td>translation</td>
    <td>scope</td>
    <td>locale</td>
    <td>default</td>
    <td>zero</td>
    <td>one</td>
    <td>few</td>
    <td>many</td>
    <td>state</td>
    <td>actions</td>
  </tr>
  <% for t in @translations  %>
    <tr>
      <td><%= h t.key %></td>
      <td><%= h t.translation%></td>
      <td><%= h t.scope %>
      <td><%= h t.locale %></td>
      <td><%= h t.default %></td>
      <td><%= h t.zero %></td>
      <td><%= h t.one %></td>
      <td><%= h t.few %></td>
      <td><%= h t.many %></td>
      <td><%= h t.state %></td>
      <td><%= link_to("Edit translation", edit_translation_path(t)) %></td>
    </tr>
  <% end %>
</table>

<%= link_to("New translation", new_translation_path) %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
trendi18n-0.9.3 spec/test_application/app/views/translations/index.html.erb
trendi18n-0.9.2 spec/test_application/app/views/translations/index.html.erb
trendi18n-0.9.1 spec/test_application/app/views/translations/index.html.erb