Sha256: ca57df3ba8a4bfdf2456cabc43e41ba780eb1ff432a7c82a093f6c5c8566dbc8

Contents?: true

Size: 1.16 KB

Versions: 2

Compression:

Stored size: 1.16 KB

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>

  <div class="tabbable">
    <ul class="nav nav-tabs">
      <li class="active"><a href="">List</a></li>
      <li data-ng-show="stepLinkEnabled" class="pull-right"><a href="" data-ng-click="stepNext()">Next &raquo;</a></li>
      <li data-ng-show="stepLinkEnabled" class="pull-right"><a href="" data-ng-click="stepPrev()">&laquo; Prev</a></li>
    </ul>
    <div class="tab-content">
      <div class="tab-pane active" id="list">

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

      </div>
    </div>
  </div>
</article>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
git-object-browser-0.1.3 htdocs/common/templates/directory.html
git-object-browser-0.1.2 htdocs/common/templates/directory.html