orgs -> organizations in profile sidebar

This commit is contained in:
Lisa Passing 2015-06-17 15:35:42 +02:00
parent c299dbc35d
commit 6318fcd716
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
.repo-header
header
margin: 1rem 0 2.4rem
margin: .5rem 0 2.4rem
> *
vertical-align: middle

View File

@ -34,7 +34,7 @@
{{#if config.githubOrgsOauthAccessSettingsUrl}}
<section class="profile-additional">
<p>Is an organization missing?<br>
<a {{bind-attr href="config.githubOrgsOauthAccessSettingsUrl"}} title="Orgs Oauth Access Settings on GitHub">Review and add</a> your authorized Orgs.</p>
<a {{bind-attr href="config.githubOrgsOauthAccessSettingsUrl"}} title="Orgs Oauth Access Settings on GitHub">Review and add</a> your authorized organizations.</p>
</section>
{{/if}}
</aside>