Merge branch 'master' into landing-page

This commit is contained in:
Piotr Sarnacki 2015-04-02 12:24:36 +02:00
commit f7e0440a91
4 changed files with 15 additions and 5 deletions

View File

@ -1,4 +1,3 @@
.sync-button
padding: 0.8em 0
button
@ -76,4 +75,4 @@
.spinner-container
text-align: center
padding: 1.5em 1em
padding: 1.5em 1em

View File

@ -10,6 +10,10 @@
size: $size
position: $pos
.application, .application > .error, .application > .error > .main
min-height: 100vh
.error,
.maintenance
height: 100%

View File

@ -146,6 +146,12 @@ p.profile-user-last
width: 14px
height: 14px
.profile-hooklist .sync-spinner
display: inline !important
.profile-settings span
display: inline-block !important
.profile-repo
@extend %border-radius-4px
position: relative

View File

@ -77,12 +77,13 @@
<div class="columns">
{{travis-switch action="toggle" target=hook toggleAutomatically="false"}}
{{!-- <button class="switch is-on"></button> --}}
{{#link-to "settings" hook.ownerName hook.name class="profile-settings" title="Repository settings"}}<span class="icon icon--cog"></span>{{/link-to}}
</div>
<a {{bind-attr href="hook.urlGithub"}} rel="nofollow" class="profile-repo columns">
{{#if hook.isSaving}}
<span class="sync-spinner sync-spinner--grey"><i></i><i></i><i></i></span>
{{else}}
{{#link-to "settings" hook.ownerName hook.name class="profile-settings" title="Repository settings"}}<span class="icon icon--cog"></span>{{/link-to}}
{{/if}}
</div>
<a {{bind-attr href="hook.urlGithub"}} rel="nofollow" class="profile-repo columns">
{{hook.slug}}
<span>{{hook.description}}</span></a>
</li>