more template nudging

This commit is contained in:
Lisa Passing 2015-03-24 14:06:30 +01:00
parent 88b128fc3e
commit d0234d5011

View File

@ -3,13 +3,24 @@
<h1>{{view.name}}</h1>
{{!-- {{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}}
<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}}
<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}}
</header>
<section class="profile-getstarted">
<a href="#" class="dismiss"><span class="icon icon--dismiss-grey"></span></a>
<ol class="row">
@ -34,19 +45,6 @@
</ol>
</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>
<ul class="profile-hooklist">
{{#each hook in hooks}}
@ -72,8 +70,6 @@
</ul>
</div>
{{!-- {{#if hooksWithoutAdmin.length}}
<div id="unadministerable-hooks">
<h3>Repositories without admin access</h3>