mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 09:51:09 +03:00
Fixing store references to point to http://www.ansible.com/ansible-pricing
This commit is contained in:
parent
b6f623229b
commit
48f81c5be7
@ -50,7 +50,7 @@ angular.module('AccessHelper', ['RestServices', 'Utilities', 'ngCookies'])
|
|||||||
var license = $cookieStore.get('license');
|
var license = $cookieStore.get('license');
|
||||||
|
|
||||||
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://store.ansibleworks.com" 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 <a href="https://support.ansible.com/anonymous_requests/new">support.ansible.com</a> for assistance.</p>';
|
||||||
|
|
||||||
if (license && !Authorization.licenseTested()) {
|
if (license && !Authorization.licenseTested()) {
|
||||||
|
@ -131,7 +131,7 @@ angular.module('License', ['RestServices', 'Utilities', 'FormGenerator', 'Prompt
|
|||||||
Prompt({
|
Prompt({
|
||||||
hdr: 'Tower Licensing',
|
hdr: 'Tower Licensing',
|
||||||
body: "<p>Ansible Tower licenses can be purchased or extended by visiting <a id=\"license-link\" " +
|
body: "<p>Ansible Tower licenses can be purchased or extended by visiting <a id=\"license-link\" " +
|
||||||
"href=\"http://store.ansible.com\" target=\"_blank\">" +
|
"href=\"http://www.ansible.com/ansible-pricing\" target=\"_blank\">" +
|
||||||
"the Ansible online store</a>. Would you like to purchase or extend your license now?</p>",
|
"the Ansible online store</a>. Would you like to purchase or extend your license now?</p>",
|
||||||
'class': 'btn-primary',
|
'class': 'btn-primary',
|
||||||
action: function() {
|
action: function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user