Sha256: e6bb36e22954db6ff3db06d43cebcd445f061e6142875ceccd28b3ca89a79222
Contents?: true
Size: 519 Bytes
Versions: 2
Compression:
Stored size: 519 Bytes
Contents
<span class="pull-right"><%= draw_icon 'times', :class=>"close_versions" %></span> <table class="table table-condensed"> <tr> <th><%= t('lit.common.previous_versions') %></th> <th width="25%"><%= t('lit.common.changed_at') %></th> </tr> <% @versions.each do |v| %> <tr> <td> <%= render :partial=>"/lit/localization_keys/localization_row", :locals=>{:localization=>v.translated_value} %> </td> <td><%= I18n.l v.created_at, format: :long %></td> </tr> <% end %> </table>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lit-0.2.6 | app/views/lit/localizations/_previous_versions_rows.html.erb |
lit-0.2.5 | app/views/lit/localizations/_previous_versions_rows.html.erb |