Sha256: d63c1417cbd25d3f0222f539e2f97cc8e62fad77d88109a61f72c145621ee9bd

Contents?: true

Size: 1.46 KB

Versions: 5

Compression:

Stored size: 1.46 KB

Contents

<article  data-ng-controller="PackIndexCtrl" data-scroll-bottom="scrollBottom()">
<h1 style="font-size:1.8em;"><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>Pack Index</small></h1>

<table class="table table-striped">
<thead>
<tr>
<th><a href="#{{basedir}}/{{path}}?order=sha1">#</a></th>
<th>fanout</th>
<th>sha1</th>
<th>crc32</th>
<th><a href="#{{basedir}}/{{path}}?order=offset">offset</a></th>
<th>type</th>
<th>size</th>
</tr>
</thead>
<tbody>
<tr data-ng-repeat="(i, entry) in object.entries">
<td>{{entry.index}}</td>

<td>
<span data-ng-show="entry.fanout_max"><i class="icon-arrow-up"></i> {{entry.fanout_min}} - {{entry.fanout_max}}</span>
<span data-ng-show="entry.fanout_min && ! entry.fanout_max"><i class="icon-arrow-up"></i> {{entry.fanout_min}}</span>
</td>
<td>{{entry.sha1}}</td>
<td>{{entry.crc32}}</td>
<td><a href="#{{basedir}}/{{packUrl}}?offset={{entry.offset}}">{{entry.offset}}</a></td>
<td><i data-entry-icon="entry.type"></i> {{entry.type}}
<span data-ng-show="entry.base_offset"><a href="#{{basedir}}/{{packUrl}}?offset={{entry.base_offset}}">{{entry.base_offset}}</a></span>
<span data-ng-show="entry.base_sha1"><a data-ref-href="entry.base_sha1">{{entry.base_sha1.substr(0,6)}}</a></span>
</td>
<td>{{entry.size}}</td>
</tr>
</tbody>
</table>

<p data-ng-show="loading">Loading...</p>

</article>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
git-object-browser-0.1.3 htdocs/common/templates/pack_index.html
git-object-browser-0.1.2 htdocs/common/templates/pack_index.html
git-object-browser-0.1.1 htdocs/common/templates/pack_index.html
git-object-browser-0.1.0 htdocs/common/templates/pack_index.html
git-object-browser-0.0.9 htdocs/common/templates/pack_index.html