add >all caches< title
This commit is contained in:
parent
8e080486fb
commit
3797d363e5
|
@ -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
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user