Sha256: 68124c2469cfdf46c2cb6da360ca899066c7c1f475d9958ebfd1e1fc507f2348
Contents?: true
Size: 1.31 KB
Versions: 2
Compression:
Stored size: 1.31 KB
Contents
<article> <h1><i data-entry-icon="'ref'"></i> <span data-ng-repeat="token in pathTokens"><a href="#{{basedir}}/{{token.path}}" style="color:black">{{token.label}}</a><span data-ng-hide="token.last">/</span></span> <small>References</small></h1> <div class="tabbable"> <ul class="nav nav-tabs"> <li class="active"><a href="">Parsed</a></li> <li data-ng-show="stepLinkEnabled" class="pull-right"><a href="" data-ng-click="stepNext()">Next »</a></li> <li data-ng-show="stepLinkEnabled" class="pull-right"><a href="" data-ng-click="stepPrev()">« Prev</a></li> </ul> <div class="tab-content"> <div class="tab-pane active" id="parsed"> <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> </div> </div> </div> </article>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
git-object-browser-0.1.3 | htdocs/common/templates/info_refs.html |
git-object-browser-0.1.2 | htdocs/common/templates/info_refs.html |