give repos without permissions some styling, but dont show them yet

This commit is contained in:
Lisa Passing 2015-03-24 16:34:00 +01:00
parent 5ddb4df521
commit 5dc699b49f
3 changed files with 11 additions and 9 deletions

View File

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

View File

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

View File

@ -20,7 +20,7 @@
{{!-- {{view 'profile-tabs'}} --}}
<div class="tab">
{{!-- <div class="tab"> --}}
{{outlet}}
</div>
{{!-- </div> --}}
</article>