Sha256: a510ce5f08f9d21695b720fdcf3fb5892c2b79258ba0898d57ae9735a870c22b

Contents?: true

Size: 956 Bytes

Versions: 6

Compression:

Stored size: 956 Bytes

Contents

<article>
<h1><i data-entry-icon="'index'"></i> {{path}} <small>Index Entry</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>

</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>

</article>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
git-object-browser-0.0.8 htdocs/common/templates/index_entry.html
git-object-browser-0.0.7 htdocs/common/templates/index_entry.html
git-object-browser-0.0.6 htdocs/templates/index_entry.html
git-object-browser-0.0.4 htdocs/templates/index_entry.html
git-object-browser-0.0.3 htdocs/templates/index_entry.html
git-object-browser-0.0.2 htdocs/templates/index_entry.html