Sha256: fa6c39e630d1b46865d6eae948a1bcf58070335fbfc3d179b6dbb2cf926fb8db

Contents?: true

Size: 720 Bytes

Versions: 2

Compression:

Stored size: 720 Bytes

Contents

<article>
<h1><i data-entry-icon="'directory'"></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>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.1.0 htdocs/common/templates/directory.html
git-object-browser-0.0.9 htdocs/common/templates/directory.html