Sha256: 7264c7754f87e9dd9c8eff938db4d4a4edc8c5da4eb0ee5122019024af3fdf42

Contents?: true

Size: 679 Bytes

Versions: 4

Compression:

Stored size: 679 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="#/.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

4 entries across 4 versions & 1 rubygems

Version Path
git-object-browser-0.0.6 htdocs/templates/index.html
git-object-browser-0.0.4 htdocs/templates/index.html
git-object-browser-0.0.3 htdocs/templates/index.html
git-object-browser-0.0.2 htdocs/templates/index.html