add github org settings urls
This commit is contained in:
parent
3cf6b3f46e
commit
e421ccf389
|
@ -30,6 +30,7 @@
|
||||||
{{/collection}}
|
{{/collection}}
|
||||||
</section>
|
</section>
|
||||||
<section class="profile-additional">
|
<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>
|
</section>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -30,7 +30,8 @@ module.exports = function(environment) {
|
||||||
enterprise: false,
|
enterprise: false,
|
||||||
endpoints: {},
|
endpoints: {},
|
||||||
intervals: { updateTimes: 1000 },
|
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') {
|
if (typeof process !== 'undefined') {
|
||||||
|
@ -56,7 +57,8 @@ module.exports = function(environment) {
|
||||||
imprint: ENV.billingEndpoint + "/pages/imprint",
|
imprint: ENV.billingEndpoint + "/pages/imprint",
|
||||||
security: ENV.billingEndpoint + "/pages/security",
|
security: ENV.billingEndpoint + "/pages/security",
|
||||||
terms: ENV.billingEndpoint + "/pages/terms"
|
terms: ENV.billingEndpoint + "/pages/terms"
|
||||||
}
|
};
|
||||||
|
ENV.githubOrgsSettingsUrl = 'https://github.com/settings/connections/4753903'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user