more template nudging
This commit is contained in:
parent
88b128fc3e
commit
d0234d5011
|
@ -3,13 +3,24 @@
|
||||||
|
|
||||||
<h1>{{view.name}}</h1>
|
<h1>{{view.name}}</h1>
|
||||||
{{!-- {{sync-button user=auth.currentUser}} --}}
|
{{!-- {{sync-button user=auth.currentUser}} --}}
|
||||||
|
{{#if user.isSyncing}}
|
||||||
|
<p class="message loading">
|
||||||
|
<span>Please wait while we synchronize your data from GitHub</span>
|
||||||
|
</p>
|
||||||
|
{{else}}
|
||||||
|
<p class="message">
|
||||||
|
Last synchronized from GitHub: {{format-time user.syncedAt}}
|
||||||
|
<a class="sync_now button" {{action "sync"}}>
|
||||||
|
Sync now
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
{{#if config.pro}}
|
{{#if config.pro}}
|
||||||
<p>We're only showing you private repositories. You can find your public projects on <a href="https://travis-ci.org" title="travis-ci.org">travis-ci.org</a>.</p>
|
<p>We're only showing you private repositories. You can find your public projects on <a href="https://travis-ci.org" title="travis-ci.org">travis-ci.org</a>.</p>
|
||||||
{{else}}
|
{{else}}
|
||||||
<p>We're only showing you public repositories. You can find your private projects on <a href="https://travis-ci.com" title="travis-ci.com">travis-ci.com</a>.</p>
|
<p>We're only showing you public repositories. You can find your private projects on <a href="https://travis-ci.com" title="travis-ci.com">travis-ci.com</a>.</p>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section class="profile-getstarted">
|
<section class="profile-getstarted">
|
||||||
<a href="#" class="dismiss"><span class="icon icon--dismiss-grey"></span></a>
|
<a href="#" class="dismiss"><span class="icon icon--dismiss-grey"></span></a>
|
||||||
<ol class="row">
|
<ol class="row">
|
||||||
|
@ -34,19 +45,6 @@
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
{{#if user.isSyncing}}
|
|
||||||
<p class="message loading">
|
|
||||||
<span>Please wait while we synchronize your data from GitHub</span>
|
|
||||||
</p>
|
|
||||||
{{else}}
|
|
||||||
<p class="message">
|
|
||||||
Last synchronized from GitHub: {{format-time user.syncedAt}}
|
|
||||||
<a class="sync_now button" {{action "sync"}}>
|
|
||||||
Sync now
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<ul class="profile-hooklist">
|
<ul class="profile-hooklist">
|
||||||
{{#each hook in hooks}}
|
{{#each hook in hooks}}
|
||||||
|
@ -72,8 +70,6 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{{!-- {{#if hooksWithoutAdmin.length}}
|
{{!-- {{#if hooksWithoutAdmin.length}}
|
||||||
<div id="unadministerable-hooks">
|
<div id="unadministerable-hooks">
|
||||||
<h3>Repositories without admin access</h3>
|
<h3>Repositories without admin access</h3>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user