Fix namespace selector bug from the landing page and make the namespace selector update the URL if need be

This commit is contained in:
Joseph Schorr 2014-08-29 15:46:43 -04:00
parent 083aeffcf0
commit 417fec0b68
3 changed files with 8 additions and 4 deletions

View file

@ -34,7 +34,7 @@
<a ng-href="/repository/{{ repository.namespace }}/{{ repository.name }}">{{repository.namespace}}/{{repository.name}}</a>
<div class="markdown-view description" content="repository.description" first-line-only="true"></div>
</div>
<a href="/repository/?namespace={{ user.username }}">See All Repositories</a>
<a href="/repository/?namespace={{ namespace }}">See All Repositories</a>
</div>
<!-- No Repos -->