app/views/fcrepo_admin/datastreams/history.html.erb in fcrepo_admin-0.5.3 vs app/views/fcrepo_admin/datastreams/history.html.erb in fcrepo_admin-0.5.4
- old
+ new
@@ -1,11 +1,11 @@
<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>
+ <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.#{col}") %></th>
+ <th scope="col"><%= t("fcrepo_admin.datastream.profile.keys.#{col}") %></th>
<% end %>
</tr>
</thead>
<tbody>
<% @datastream.versions.each do |dsVersion| %>