Sha256: 9c5c09e3b50132229399f74bb6757117c637f8eed03af3407ecab063f71cf220

Contents?: true

Size: 1.28 KB

Versions: 1

Compression:

Stored size: 1.28 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>References</small></h1>

<div class="tabbable">
  <ul class="nav nav-tabs">
    <li class="active"><a href="">Parsed</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/{{entry.ref}}">{{entry.ref}}</a></td>
</tr>
</tbody>
</table>

<a href="#{{basedir}}/.git/packed-refs" data-ng-show="limited">Show All</a>

    </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/info_refs.html