Sha256: b130d666cb03d7c7eaf3105a8be2178824746e77315728621140e57badfccd15

Contents?: true

Size: 1.6 KB

Versions: 1

Compression:

Stored size: 1.6 KB

Contents

<article>
  <h1><i data-entry-icon="'ref'"></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>Packed References</small></h1>

  <div class="tabbable">
    <ul class="nav nav-tabs">
      <li class="active"><a href="#parsed" data-toggle="tab">Parsed</a></li>
      <li><a href="#plain" data-toggle="tab">Plain</a></li>
      <li data-ng-show="stepLinkEnabled"><a href="" data-ng-click="stepPrev()">&laquo; Prev</a></li>
      <li data-ng-show="stepLinkEnabled"><a href="" data-ng-click="stepNext()">Next &raquo;</a></li>
    </ul>
    <div class="tab-content">
      <div class="tab-pane active" id="parsed">

<table class="table table-striped">
  <thead>
    <tr>
      <th>sha1</th>
      <th>ref</th>
    </tr>
  </thead>
  <tbody>
    <tr data-ng-repeat="entry in object.entries">
      <td>
        <i data-entry-icon="'commit'" data-ng-hide="entry.tag_sha1"></i>
        <i data-entry-icon="'tag'" data-ng-show="entry.tag_sha1"></i>
        <a data-ref-href="entry">{{entry.sha1}}</a>
        <span data-ng-show="entry.tag_sha1"><br>
          <i data-entry-icon="'commit'"></i> <a data-ref-href="entry.tag_sha1">{{entry.tag_sha1}}</a>
        </span>
      </td>
      <td><a href="#{{basedir}}/.git/packed-refs?ref={{entry.ref}}">{{entry.ref}}</a></td>
    </tr>
  </tbody>
</table>
<a href="#{{basedir}}/.git/packed-refs" data-ng-show="limited">Show All</a>

      </div>
      <div class="tab-pane" id="plain">
        <pre>{{object.content}}</pre>
      </div>
    </div>
  </div>
</article>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
git-object-browser-0.1.1 htdocs/common/templates/packed_refs.html