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 authored Apr 22, 2024
1 parent d8f0e9c commit 77f678a
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 77f678a

Please sign in to comment.