add >all caches< title

This commit is contained in:
Lisa Passing 2015-04-14 12:03:24 +02:00
parent 8e080486fb
commit 3797d363e5
2 changed files with 11 additions and 5 deletions

View File

@ -34,5 +34,12 @@
.delete-repo-caches .delete-repo-caches
margin-top: 1rem margin-top: 1rem
.align-right .caches-header
text-align: right overflow: auto
.build-title
float: left
margin-top: 1.1em
a:hover
text-decoration: underline
.button--delete
float: right

View File

@ -1,7 +1,6 @@
{{#if length}} {{#if length}}
h1 <div class="caches-header">
<div class="align-right"> <h1 class="build-title">All caches <small>(<a href="http://docs.travis-ci.com/user/caching/" title="">documentation</a>)</small></h1>
<a href="#" {{action "deleteRepoCache"}} {{bind-attr class="isDeleting:deleting :delete-repo-caches :button--delete"}}> <a href="#" {{action "deleteRepoCache"}} {{bind-attr class="isDeleting:deleting :delete-repo-caches :button--delete"}}>
Delete all repository caches Delete all repository caches
</a> </a>