From 3fd9e2383f4fb7fb578978766b6337b69e6e8d2b Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Fri, 21 Jul 2017 11:38:48 -0400 Subject: [PATCH] Fixed portal job templates link --- awx/ui/client/src/portal-mode/portal-job-templates.list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }