add >all caches< title
This commit is contained in:
parent
8e080486fb
commit
3797d363e5
|
@ -34,5 +34,12 @@
|
|||
.delete-repo-caches
|
||||
margin-top: 1rem
|
||||
|
||||
.align-right
|
||||
text-align: right
|
||||
.caches-header
|
||||
overflow: auto
|
||||
.build-title
|
||||
float: left
|
||||
margin-top: 1.1em
|
||||
a:hover
|
||||
text-decoration: underline
|
||||
.button--delete
|
||||
float: right
|
|
@ -1,7 +1,6 @@
|
|||
{{#if length}}
|
||||
h1
|
||||
<div class="align-right">
|
||||
|
||||
<div class="caches-header">
|
||||
<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"}}>
|
||||
Delete all repository caches
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue
Block a user