From 88dc25fc154a9ed614e6a46375725f0e08bfe3b1 Mon Sep 17 00:00:00 2001
From: Chris Houseknecht
Date: Mon, 3 Feb 2014 21:46:16 +0000
Subject: [PATCH] Fixed support links.
---
awx/ui/static/js/helpers/Access.js | 2 +-
awx/ui/templates/ui/index.html | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/awx/ui/static/js/helpers/Access.js b/awx/ui/static/js/helpers/Access.js
index 1992004fec..13680c5aea 100644
--- a/awx/ui/static/js/helpers/Access.js
+++ b/awx/ui/static/js/helpers/Access.js
@@ -51,7 +51,7 @@ angular.module('AccessHelper', ['RestServices', 'Utilities', 'ngCookies'])
var purchase_msg = 'To purchase a license or extend an existing license ' +
'visit the Ansible online store, ' +
- 'or visit support.ansible.com for assistance.
';
+ 'or visit support.ansible.com for assistance.
';
if (license && !Authorization.licenseTested()) {
// This is our first time evaluating the license
diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html
index 4c4f2e18e9..92f62a7fa0 100644
--- a/awx/ui/templates/ui/index.html
+++ b/awx/ui/templates/ui/index.html
@@ -368,7 +368,8 @@