Sha256: a6d4adc28fe92180b1a8759c41838d9c2c65f1141504b3239f7903d07b3355c1
Contents?: true
Size: 690 Bytes
Versions: 2
Compression:
Stored size: 690 Bytes
Contents
<article> <h1><i data-entry-icon="'index'"></i> {{path}} <small>Index</small></h1> <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> </article>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
git-object-browser-0.0.8 | htdocs/common/templates/index.html |
git-object-browser-0.0.7 | htdocs/common/templates/index.html |