display wheelbarrow notice if repo is not active

This commit is contained in:
Lisa Passing 2015-07-28 15:57:40 +02:00
parent 163ad2a6dd
commit 8bc1d4ad33

View File

@ -23,7 +23,11 @@
{{view 'repo-show-tabs'}} {{view 'repo-show-tabs'}}
</div> </div>
<div class="tabbody repo-main"> <div class="tabbody repo-main">
{{outlet}} {{#if repo.active}}
{{outlet}}
{{else}}
{{not-active}}
{{/if}}
</div> </div>
</div> </div>
</article> </article>