Sha256: 885905ff8525f65ed02490036ca7203a483239902360cda8fcb099aba270962c
Contents?: true
Size: 608 Bytes
Versions: 5
Compression:
Stored size: 608 Bytes
Contents
<h4>History</h4> <table class="table table-condensed table-bordered" style="width: auto"> <thead> <tr> <th scope="col"><%= t("fcrepo_admin.datastream.profile.keys.dsVersionID") %></th> <% datastream_history_columns.each do |col| %> <th scope="col"><%= t("fcrepo_admin.datastream.profile.keys.#{col}") %></th> <% end %> </tr> </thead> <tbody> <% @datastream.versions.each do |dsVersion| %> <tr> <td><%= link_to_datastream_version dsVersion %></td> <% datastream_history_columns.each do |col| %> <td><%= dsVersion.profile[col] %></td> <% end %> <% end %> </tbody> </table>
Version data entries
5 entries across 5 versions & 1 rubygems