display wheelbarrow notice if repo is not active
This commit is contained in:
parent
163ad2a6dd
commit
8bc1d4ad33
|
@ -23,7 +23,11 @@
|
|||
{{view 'repo-show-tabs'}}
|
||||
</div>
|
||||
<div class="tabbody repo-main">
|
||||
{{outlet}}
|
||||
{{#if repo.active}}
|
||||
{{outlet}}
|
||||
{{else}}
|
||||
{{not-active}}
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
|
Loading…
Reference in New Issue
Block a user