right align delete all caches btn, hide sorting
This commit is contained in:
parent
76cc70acb3
commit
413fcb456c
|
@ -1,5 +1,6 @@
|
||||||
.caches
|
.caches
|
||||||
@include resetul
|
@include resetul
|
||||||
|
margin-top: 2rem
|
||||||
font-size: $font-size-sm
|
font-size: $font-size-sm
|
||||||
color: $grey3
|
color: $grey3
|
||||||
|
|
||||||
|
@ -32,3 +33,6 @@
|
||||||
|
|
||||||
.delete-repo-caches
|
.delete-repo-caches
|
||||||
margin-top: 1rem
|
margin-top: 1rem
|
||||||
|
|
||||||
|
.align-right
|
||||||
|
text-align: right
|
|
@ -1,10 +1,10 @@
|
||||||
{{#if length}}
|
{{#if length}}
|
||||||
<a href="#" {{action "deleteRepoCache"}} {{bind-attr class="isDeleting:deleting :delete-repo-caches :button--delete"}}>
|
<div class="align-right">
|
||||||
Delete all repository caches
|
<a href="#" {{action "deleteRepoCache"}} {{bind-attr class="isDeleting:deleting :delete-repo-caches :button--delete"}}>
|
||||||
</a>
|
Delete all repository caches
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<h2 class="build-title">Pushes</h2>
|
{{!-- <h2 class="build-title">Pushes</h2> --}}
|
||||||
<ul id="caches" class="caches">
|
<ul id="caches" class="caches">
|
||||||
{{#each controller itemController="cachesByBranch"}}
|
{{#each controller itemController="cachesByBranch"}}
|
||||||
{{#each cache in caches itemController="cachesItem"}}
|
{{#each cache in caches itemController="cachesItem"}}
|
||||||
|
@ -29,9 +29,9 @@
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2 class="build-title">Pull Requests</h2>
|
{{!-- <h2 class="build-title">Pull Requests</h2>
|
||||||
<ul class="caches">
|
<ul class="caches">
|
||||||
{{!-- {{#each controller itemController="cachesByBranch"}}
|
{{#each controller itemController="cachesByBranch"}}
|
||||||
{{#each cache in caches itemController="cachesItem"}}
|
{{#each cache in caches itemController="cachesItem"}}
|
||||||
<li {{bind-attr class=":tile :tile--xs :tile :row" }}>
|
<li {{bind-attr class=":tile :tile--xs :tile :row" }}>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user