give repos without permissions some styling, but dont show them yet
This commit is contained in:
parent
5ddb4df521
commit
5dc699b49f
|
@ -76,19 +76,21 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
{{!-- {{#if hooksWithoutAdmin.length}}
|
||||
{{!-- {{#if hooksWithoutAdmin.length}}
|
||||
<div id="unadministerable-hooks">
|
||||
<h3>Repositories without admin access</h3>
|
||||
<p>Repositories without admin access</p>
|
||||
|
||||
<p class="tip">
|
||||
You only have pull or push access to the repositories below.
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<ul class="profile-hooklist">
|
||||
{{#each hook in hooksWithoutAdmin}}
|
||||
<li {{bind-attr class="hook.active:active"}}>
|
||||
<a {{bind-attr href="hook.urlGithub"}} rel="nofollow">{{hook.slug}}</a>
|
||||
<p class="description">{{hook.description}}</p>
|
||||
<li {{bind-attr class="hook.active:active :row"}}>
|
||||
<a {{bind-attr href="hook.urlGithub"}} rel="nofollow" class="profile-repo columns">
|
||||
{{hook.slug}}
|
||||
<span>{{hook.description}}</span>
|
||||
</a>
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<img src="//placehold.it/50x50" alt="">
|
||||
</div>
|
||||
<div class="media-body">
|
||||
<h1>Justiine Arreche</h1>
|
||||
<h1>Justine Arreche</h1>
|
||||
<p>Repositories <strong>12</strong></p>
|
||||
<p class="profile-user-last">Token: <strong>dfigsd90u34r2hwa9ru239ur2</strong></p>
|
||||
</div>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
{{!-- {{view 'profile-tabs'}} --}}
|
||||
|
||||
<div class="tab">
|
||||
{{!-- <div class="tab"> --}}
|
||||
{{outlet}}
|
||||
</div>
|
||||
{{!-- </div> --}}
|
||||
</article>
|
||||
|
|
Loading…
Reference in New Issue
Block a user