Sha256: 6e162ef1ff2a96d0dbc6379b25c49c712ecc8fc0283e2137efa6fcb2fca3dff3
Contents?: true
Size: 737 Bytes
Versions: 2
Compression:
Stored size: 737 Bytes
Contents
<article> <h1><i data-entry-icon="'ref'"></i> {{path}} <small>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="#{{basedir}}/.git/{{entry.ref}}">{{entry.ref}}</a></td> </tr> </tbody> </table> <a href="#{{basedir}}/.git/packed-refs" data-ng-show="limited">Show All</a> </article>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
git-object-browser-0.0.8 | htdocs/common/templates/info_refs.html |
git-object-browser-0.0.7 | htdocs/common/templates/info_refs.html |