From 8bc1d4ad3383e1f85704cb0827838bbc6ea87576 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Tue, 28 Jul 2015 15:57:40 +0200 Subject: [PATCH] display wheelbarrow notice if repo is not active --- app/templates/repo.hbs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/templates/repo.hbs b/app/templates/repo.hbs index 59131043..f81053d6 100644 --- a/app/templates/repo.hbs +++ b/app/templates/repo.hbs @@ -23,7 +23,11 @@ {{view 'repo-show-tabs'}}
- {{outlet}} + {{#if repo.active}} + {{outlet}} + {{else}} + {{not-active}} + {{/if}}