1
0
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:
Chris Houseknecht 2014-01-29 14:01:34 -05:00 committed by Matthew Jones
parent b6f623229b
commit 48f81c5be7
2 changed files with 2 additions and 2 deletions

View File

@ -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()) {

View File

@ -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() {