mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Fixed support links.
This commit is contained in:
@@ -51,7 +51,7 @@ angular.module('AccessHelper', ['RestServices', 'Utilities', 'ngCookies'])
|
|||||||
|
|
||||||
var purchase_msg = '<p>To purchase a license or extend an existing license ' +
|
var purchase_msg = '<p>To purchase a license or extend an existing license ' +
|
||||||
'<a href="http://www.ansible.com/ansible-pricing" target="_blank"><strong>visit the Ansible online store</strong></a>, ' +
|
'<a href="http://www.ansible.com/ansible-pricing" target="_blank"><strong>visit the Ansible online store</strong></a>, ' +
|
||||||
'or visit <a href="https://support.ansible.com/anonymous_requests/new">support.ansible.com</a> for assistance.</p>';
|
'or visit <strong><a href="https://support.ansible.com" target="_blank">support.ansible.com</a></strong> for assistance.</p>';
|
||||||
|
|
||||||
if (license && !Authorization.licenseTested()) {
|
if (license && !Authorization.licenseTested()) {
|
||||||
// This is our first time evaluating the license
|
// This is our first time evaluating the license
|
||||||
|
|||||||
@@ -368,7 +368,8 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-3 text-left help">
|
<div class="col-lg-3 text-left help">
|
||||||
<a href="https://support.ansible.com/anonymous_requests/new" target="_blank"><i class="fa fa-question-circle"></i> Contact Support</a>
|
<a href="https://ansibleworks.zendesk.com/anonymous_requests/new"
|
||||||
|
target="_blank"><i class="fa fa-question-circle"></i> Contact Support</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-6 text-center copyright">
|
<div class="col-lg-6 text-center copyright">
|
||||||
<a href="http://www.ansible.com">Copyright © 2014 AnsibleWorks, Inc. All rights reserved.</a>
|
<a href="http://www.ansible.com">Copyright © 2014 AnsibleWorks, Inc. All rights reserved.</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user