Sha256: 2a1e94ab2d4e923dd488d9a9d288c535f8a8f80d70901c05195178be3bb4a6e6
Contents?: true
Size: 1.27 KB
Versions: 2
Compression:
Stored size: 1.27 KB
Contents
<article> <h1><i data-entry-icon="'index'"></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>Index</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"> <tr> <th>version</th> <td>{{object.version}}</td> </tr> <tr> <th>sha1</th> <td>{{object.sha1}}</td> </tr> <tr> <th>entry_count</th> <td>{{object.entry_count}}</td> </tr> <tr> <th>entries</th> <td> <table class="table table-striped table-condensed"> <thead> <tr> <th>path</th> <th>sha1</th> </tr> </thead> <tbody> <tr data-ng-repeat="entry in object.entries"> <td><i class="icon-file"></i> <a href="#{{basedir}}/.git/index?sha1={{entry.sha1}}">{{entry.path}}</a></td> <td><a href="#" data-ref-href="entry">{{entry.sha1}}</a></td> </tr> </tbody> </td> </tr> </table> </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/index.html |
git-object-browser-0.1.2 | htdocs/common/templates/index.html |