Hide namespaces on the list view

Fixes #1594
This commit is contained in:
Joseph Schorr 2016-07-01 13:07:37 -04:00
parent 2122d70d00
commit c5578fc214

View file

@ -31,7 +31,7 @@
starred="false" namespace="namespace" starred="false" namespace="namespace"
star-toggled="starToggled({'repository': repository})" star-toggled="starToggled({'repository': repository})"
hide-title="namespaces.length == 1" hide-title="namespaces.length == 1"
hide-namespaces="namespaces.length == 1"> hide-namespaces="true">
</div> </div>
</div> </div>
</div> </div>