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

Version Path
enju_biblio-0.3.18 app/views/manifestations/_history_list.html.erb
enju_biblio-0.3.17 app/views/manifestations/_history_list.html.erb
enju_biblio-0.3.16 app/views/manifestations/_history_list.html.erb
enju_biblio-0.3.15 app/views/manifestations/_history_list.html.erb
enju_biblio-0.3.14 app/views/manifestations/_history_list.html.erb
enju_biblio-0.3.13 app/views/manifestations/_history_list.html.erb
enju_biblio-0.3.12 app/views/manifestations/_history_list.html.erb
enju_biblio-0.3.11 app/views/manifestations/_history_list.html.erb
enju_biblio-0.3.10 app/views/manifestations/_history_list.html.erb
enju_biblio-0.3.10.rc.3 app/views/manifestations/_history_list.html.erb
enju_biblio-0.3.10.rc.2 app/views/manifestations/_history_list.html.erb
enju_biblio-0.3.10.rc.1 app/views/manifestations/_history_list.html.erb
enju_biblio-0.3.9 app/views/manifestations/_history_list.html.erb
enju_biblio-0.4.0.rc.1 app/views/manifestations/_history_list.html.erb
enju_biblio-0.3.8 app/views/manifestations/_history_list.html.erb
enju_biblio-0.3.7 app/views/manifestations/_history_list.html.erb
enju_biblio-0.3.6 app/views/manifestations/_history_list.html.erb
enju_biblio-0.4.0.beta.2 app/views/manifestations/_history_list.html.erb
enju_biblio-0.4.0.beta.1 app/views/manifestations/_history_list.html.erb
enju_biblio-0.3.5 app/views/manifestations/_history_list.html.erb