Sha256: 5de0b75ab1ee0bfcf27477008ce7bad58936274203db7d3d027a13908646ffa2
Contents?: true
Size: 352 Bytes
Versions: 52
Compression:
Stored size: 352 Bytes
Contents
<div id="history"> <ul> <%- manifestation.versions.reverse.each_with_index do |version, i| -%> <li> <%= link_to l(version.created_at), manifestation_path(manifestation, version_id: version.id) -%> <%- if i == 0 -%> (<%= t('page.current_version') -%>) <%- end -%> </li> <%- end -%> </ul> </div>
Version data entries
52 entries across 51 versions & 2 rubygems