Make the repo breadcrumb bar clickable

This commit is contained in:
Joseph Schorr 2014-01-31 13:52:35 -05:00
parent 0e2adf7a30
commit fdb628a0b0
6 changed files with 72 additions and 7 deletions

View file

@ -4,7 +4,8 @@
<div class="header row">
<a href="{{ '/repository/' + repo.namespace + '/' + repo.name }}" class="back"><i class="fa fa-chevron-left"></i></a>
<h3>
<span class="repo-circle no-background" repo="repo"></span> <span style="color: #aaa;"> {{repo.namespace}}</span> <span style="color: #ccc">/</span> {{repo.name}}
<span class="repo-circle no-background" repo="repo"></span>
<span class="repo-breadcrumb" repo="repo"></span>
</h3>
</div>