Sha256: ef84e5c7d03d979ec12f94ac89d6e3504de3475ea16722326448fa9c3093f621

Contents?: true

Size: 1.41 KB

Versions: 2

Compression:

Stored size: 1.41 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>
    </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>

</article>

Version data entries

2 entries across 2 versions & 1 rubygems

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