Better breadcrumbs

This commit is contained in:
Joseph Schorr 2014-02-13 18:58:28 -05:00
parent 895a00de31
commit 6776924ee7
6 changed files with 26 additions and 9 deletions

View file

@ -2,8 +2,8 @@
<div class="container repo repo-image-view">
<div class="header">
<a href="{{ '/repository/' + repo.namespace + '/' + repo.name }}" class="back"><i class="fa fa-chevron-left"></i></a>
<h3>
<i class="fa fa-archive fa-lg" style="color: #aaa; margin-right: 10px;"></i>
<h3>
<span class="repo-circle no-background" repo="repo"></span>
<span class="repo-breadcrumb" repo="repo" image="image.value"></span>
</h3>
</div>