add github org settings urls

This commit is contained in:
Lisa Passing 2015-04-08 16:12:02 +02:00
parent 3cf6b3f46e
commit e421ccf389
2 changed files with 6 additions and 3 deletions

View File

@ -30,6 +30,7 @@
{{/collection}}
</section>
<section class="profile-additional">
<p>Is an organization missing?<br><a href="https://github.com/settings/connections/applications/:client_id" title="Organization settings on GitHub">Review and add</a> your authorized Orgs.</p>
<p>Is an organization missing?<br>
<a {{bind-attr href="config.githubOrgsSettingsUrl"}} title="Organization settings on GitHub">Review and add</a> your authorized Orgs.</p>
</section>
</aside>

View File

@ -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'
}
}