Sha256: 934dec4b5f9f1a37941bf921294a08c6405d1063def6559f4546aefb905d3cdd
Contents?: true
Size: 1.49 KB
Versions: 1
Compression:
Stored size: 1.49 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 Entry</small></h1> <div class="tabbable"> <ul class="nav nav-tabs"> <li class="active"><a href="">Parsed</a></li> <li data-ng-show="stepLinkEnabled"><a href="" data-ng-click="stepPrev()">« Prev</a></li> <li data-ng-show="stepLinkEnabled"><a href="" data-ng-click="stepNext()">Next »</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> </table> </article> <article> <h2><i class="icon-file"></i> {{entry.path}}</h2> <table class="table"> <tbody> <tr data-ng-repeat="key in keys"> <th>{{key}}</th> <td data-ng-switch="key"> <span data-ng-switch-when="sha1"> <a href="#" data-ref-href="entry">{{entry.sha1}}</a> </span> <span data-ng-switch-when="ctime"> {{entry.ctime}} <small style="color:#aaa">{{entry.ctime | unixtime:'yyyy-MM-dd HH:mm:ss' }}</small> </span> <span data-ng-switch-when="mtime"> {{entry.mtime}} <small style="color:#aaa">{{entry.mtime | unixtime:'yyyy-MM-dd HH:mm:ss' }}</small> </span> <span data-ng-switch-default> {{entry[key]}} </span> </td> </tr> </tbody> </table> </div> </div> </div> </article>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
git-object-browser-0.1.1 | htdocs/common/templates/index_entry.html |