Skip to content

Commit

Permalink
Switches Depositor values from Creator to Depositor.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwatson78 committed Jul 24, 2024
1 parent 59a42ad commit dc70330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/hyrax/admin/workflows/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<%= link_to document, [main_app, document] %>
</td>
<td>
<%= safe_join(document.creator, tag(:br)) %>
<%= document.depositor %>
</td>
<td>
<%= document.date_modified %>
Expand Down

0 comments on commit dc70330

Please sign in to comment.