Sha256: 8942d583a6349541b32b9bf80c5012cfdcbd56f6605ba63ece9febf01e9b4bc6

Contents?: true

Size: 500 Bytes

Versions: 4

Compression:

Stored size: 500 Bytes

Contents

<article>
<h1><i data-entry-icon="'directory'"></i> {{path}} <small>Directory</small></h1>

<table class="table table-striped table-condensed">
<thead>
<th>file</th>
<th>size</th>
<th>mtime</th>
</thead>
<tbody>
<tr data-ng-repeat="entry in object.entries">
<td><i data-entry-icon="entry.type"></i> <a href="/#/{{$parent.path}}/{{entry.basename}}">{{entry.basename}}</a>
</td>
<td>
{{entry.size}}
</td>
<td>
{{entry.mtime | unixtime:'yyyy-MM-dd HH:mm:ss'}}
</td>

</tr>
</tbody>
</table>

</article>

Version data entries

4 entries across 4 versions & 1 rubygems

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