diff --git a/grails-app/controllers/au/org/ala/profile/hub/ProfileController.groovy b/grails-app/controllers/au/org/ala/profile/hub/ProfileController.groovy index 0168c43f..ac5921b6 100644 --- a/grails-app/controllers/au/org/ala/profile/hub/ProfileController.groovy +++ b/grails-app/controllers/au/org/ala/profile/hub/ProfileController.groovy @@ -709,6 +709,10 @@ class ProfileController extends BaseController { render template: "lists" } + def publicationsPanel = { + render template: "publications" + } + def bibliographyPanel = { render template: "bibliography" }