From 8e080486fb31b0d9b477383daa3feee687b26167 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Tue, 14 Apr 2015 11:45:41 +0200 Subject: [PATCH] tweak no caches message --- app/templates/caches.hbs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}}