diff --git a/grails-app/controllers/au/org/ala/collectory/IptController.groovy b/grails-app/controllers/au/org/ala/collectory/IptController.groovy index b02fc377..062a6d31 100644 --- a/grails-app/controllers/au/org/ala/collectory/IptController.groovy +++ b/grails-app/controllers/au/org/ala/collectory/IptController.groovy @@ -246,6 +246,7 @@ class IptController { def row = [ title: item.title, + iptUrl: item.eml.replace("eml.do", "resource"), uid: "-", type: item.type, iptPublished: item.lastPublished, diff --git a/grails-app/views/ipt/syncView.gsp b/grails-app/views/ipt/syncView.gsp index a65164c8..33213866 100644 --- a/grails-app/views/ipt/syncView.gsp +++ b/grails-app/views/ipt/syncView.gsp @@ -41,7 +41,9 @@ - ${item.title} + ${item.title}
+ IPT   + Atlas ${item.uid}