diff --git a/app/templates/caches.hbs b/app/templates/caches.hbs index 88f87cca..7464df92 100644 --- a/app/templates/caches.hbs +++ b/app/templates/caches.hbs @@ -1,5 +1,7 @@ {{#if length}} + h1
+ Delete all repository caches @@ -54,5 +56,5 @@ {{/each}} --}} {{else}} -

No caches have been created yet, read more on how to setup caching with your build

+

No caches have been created yet,
read more on how to setup caching with your build.

{{/if}}