Skip to content

Commit

Permalink
updated_by attributes for recent
Browse files Browse the repository at this point in the history
  • Loading branch information
mjy committed Nov 13, 2019
1 parent a934d07 commit 2360a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/tasks/accessions/report/dwc/index.json.jbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ json.array! @collection_objects do |c|
json.id c.id

json.partial! '/shared/data/all/metadata', object: c # maybe not, since uses object_tag
json.update_at time_ago_in_words(c.updated_at)
json.updated_at time_ago_in_words(c.updated_at)
json.updater c.updater.name

json.dwc_attributes do
Expand Down

0 comments on commit 2360a2c

Please sign in to comment.