Sha256: 8006b416eb8b7d94b80c8290c4eb4574fcf183482bb572722ea0d8eec6d6a205

Contents?: true

Size: 561 Bytes

Versions: 2

Compression:

Stored size: 561 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" data-ng-class="{error: diff[path + '/' + entry.basename]}">
<td><i data-entry-icon="entry.type"></i> <a href="#{{basedir}}/{{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

2 entries across 2 versions & 1 rubygems

Version Path
git-object-browser-0.0.8 htdocs/common/templates/directory.html
git-object-browser-0.0.7 htdocs/common/templates/directory.html