From e421ccf38988df2543bc482da05ffd608fca3b88 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Wed, 8 Apr 2015 16:12:02 +0200 Subject: [PATCH] add github org settings urls --- app/templates/profile/accounts.hbs | 3 ++- config/environment.js | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/templates/profile/accounts.hbs b/app/templates/profile/accounts.hbs index d16fc0fa..367ba957 100644 --- a/app/templates/profile/accounts.hbs +++ b/app/templates/profile/accounts.hbs @@ -30,6 +30,7 @@ {{/collection}}
-

Is an organization missing?
Review and add your authorized Orgs.

+

Is an organization missing?
+ Review and add your authorized Orgs.

diff --git a/config/environment.js b/config/environment.js index 79a2ae34..fb694785 100644 --- a/config/environment.js +++ b/config/environment.js @@ -30,7 +30,8 @@ module.exports = function(environment) { enterprise: false, endpoints: {}, intervals: { updateTimes: 1000 }, - statusPageStatusUrl: 'https://pnpcptp8xh9k.statuspage.io/api/v2/status.json' + statusPageStatusUrl: 'https://pnpcptp8xh9k.statuspage.io/api/v2/status.json', + githubOrgsSettingsUrl: 'https://github.com/settings/connections/4753903' }; if (typeof process !== 'undefined') { @@ -56,7 +57,8 @@ module.exports = function(environment) { imprint: ENV.billingEndpoint + "/pages/imprint", security: ENV.billingEndpoint + "/pages/security", terms: ENV.billingEndpoint + "/pages/terms" - } + }; + ENV.githubOrgsSettingsUrl = 'https://github.com/settings/connections/4753903' } }