add notice if you're not member of any org and check for githubOrgsSettingsUrl
This commit is contained in:
parent
e421ccf389
commit
95cb234afa
|
@ -188,9 +188,10 @@ p.profile-user-last
|
||||||
|
|
||||||
.profile-additional
|
.profile-additional
|
||||||
border-top: solid 2px #f3f2f2
|
border-top: solid 2px #f3f2f2
|
||||||
p
|
.profile-text,
|
||||||
|
.profile-additional p
|
||||||
|
color: #adaaab
|
||||||
|
line-height: $line-height-m
|
||||||
|
a
|
||||||
color: #adaaab
|
color: #adaaab
|
||||||
line-height: $line-height-m
|
text-decoration: underline
|
||||||
a
|
|
||||||
color: #adaaab
|
|
||||||
text-decoration: underline
|
|
|
@ -27,10 +27,14 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{/link-to}}
|
{{/link-to}}
|
||||||
|
{{else}}
|
||||||
|
<p class="profile-text">You are not currently a member of <br> any organization.</p>
|
||||||
{{/collection}}
|
{{/collection}}
|
||||||
</section>
|
</section>
|
||||||
|
{{#if config.githubOrgsSettingsUrl}}
|
||||||
<section class="profile-additional">
|
<section class="profile-additional">
|
||||||
<p>Is an organization missing?<br>
|
<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>
|
<a {{bind-attr href="config.githubOrgsSettingsUrl"}} title="Organization settings on GitHub">Review and add</a> your authorized Orgs.</p>
|
||||||
</section>
|
</section>
|
||||||
|
{{/if}}
|
||||||
</aside>
|
</aside>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user