Sha256: 7323a5917c25e79183054454e4c34af1c59c1367136349abfdc7e8911fbf6a34
Contents?: true
Size: 738 Bytes
Versions: 1
Compression:
Stored size: 738 Bytes
Contents
<article> <h1><i data-entry-icon="'ref'"></i> {{path}} <small>Packed References</small></h1> <table class="table table-striped"> <thead> <tr> <th>sha1</th> <th>ref</th> </tr> </thead> <tbody> <tr data-ng-repeat="entry in object.entries"> <td> <i data-entry-icon="'commit'" data-ng-hide="entry.tag_sha1"></i> <i data-entry-icon="'tag'" data-ng-show="entry.tag_sha1"></i> <a data-ref-href="entry">{{entry.sha1}}</a> <span data-ng-show="entry.tag_sha1"><br> <i data-entry-icon="'commit'"></i> <a data-ref-href="entry.tag_sha1">{{entry.tag_sha1}}</a> </span> </td> <td><a href="#/.git/packed-refs?ref={{entry.ref}}">{{entry.ref}}</a></td> </tr> </tbody> </table> <a href="#/.git/packed-refs" data-ng-show="limited">Show All</a> </article>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
git-object-browser-0.0.2 | htdocs/templates/packed_refs.html |