Merge pull request #1215 from deedubs/patch-1

Make exiting edit back to repo view more efficent
This commit is contained in:
Brad Rydzewski 2015-09-28 23:10:24 -07:00
commit 886c0f2353

View file

@ -4,5 +4,5 @@
<i class="material-icons">arrow_back</i>
</a>
</li>
<li>{{owner}} / {{name}}</li>
</ol>
<li>{{owner}} / <a ng-href="/{{ full_name}}">{{name}}</a></li>
</ol>