diff --git a/awx/ui/client/src/portal-mode/portal-job-templates.list.js b/awx/ui/client/src/portal-mode/portal-job-templates.list.js index 1aab3ad3ae..80898f9ded 100644 --- a/awx/ui/client/src/portal-mode/portal-job-templates.list.js +++ b/awx/ui/client/src/portal-mode/portal-job-templates.list.js @@ -22,7 +22,7 @@ export default ['i18n', function(i18n) { key: true, label: i18n._('Name'), columnClass: 'col-lg-5 col-md-5 col-sm-9 col-xs-8', - linkTo: '/#/templates/{{job_template.id}}', + linkTo: '/#/templates/job_template/{{job_template.id}}', awToolTip: '{{job_template.description}}', dataPlacement: 'top' }