Sha256: 35183c8d4a3a103cf6c4475e959cc342614e665cc77f038b4d6d2b5493b3fd28

Contents?: true

Size: 498 Bytes

Versions: 3

Compression:

Stored size: 498 Bytes

Contents

<span class="pull-right"><%= draw_icon 'remove', :class=>"close_versions" %></span>
<table class="table table-condensed">
  <tr>
    <th><%= t('lit.common.previous_versions') %></th>
    <th width="25%"><%= t('lit.common.created_at') %></th>
  </tr>
  <% @versions.each do |v| %>
    <tr>
      <td>
        <%= render :partial=>"/lit/localization_keys/localization_row", :locals=>{:localization=>v.translated_value} %>
      </td>
      <td><%= v.created_at %></td>
    </tr>
  <% end %>
</table>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lit-0.2.1 app/views/lit/localizations/_previous_versions_rows.html.erb
lit-0.2.0 app/views/lit/localizations/_previous_versions_rows.html.erb
lit-0.1.0 app/views/lit/localizations/_previous_versions_rows.html.erb