Sha256: a8a47b61df29586b4388a71ababe315d4a8a462537eec559987bcb4e1241a085
Contents?: true
Size: 598 Bytes
Versions: 4
Compression:
Stored size: 598 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.dsVersionID") %></th> <% datastream_history_columns.each do |col| %> <th scope="col"><%= t("fcrepo_admin.datastream.profile.#{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
4 entries across 4 versions & 1 rubygems