Sha256: 7715a35775252bfa4f8f9347a152f6500865f0115fa45911cbcc3058d85eeb85

Contents?: true

Size: 1.12 KB

Versions: 4

Compression:

Stored size: 1.12 KB

Contents

<div class="guide">
  <div class="main">
    <div class="actions">
      <a href="/{{name}}">&laquo; Back</a>
    </div>
    <h1>{{title}}</h1>
    <form id="history" method="post" action="/compare/{{name}}">
      <table class="commits" cellpadding="0" cellspacing="0">
        <tr>
          <th colspan="5">
            Select any two versions to <input type="submit" value="Compare" />
          </th>
        </tr>
        {{#versions}}
          <tr class="commit">
            <td class="checkbox">
              <input name="versions[]" type="checkbox" value="{{id}}" />
            </td>
            <td class="sha">
              <a href="/{{name}}/{{id}}">{{id7}}</a>
            </td>
            <td nowrap class="author">
              <img src="http://www.gravatar.com/avatar/{{gravatar}}?s=16" alt="Gravatar" />
              {{author}}
            </td>
            <td class="message">{{message}}</td>
            <td nowrap class="date">{{date}}</td>
          </tr>
        {{/versions}}
      </table>
      <div class="pagination">
        {{{previous_link}}}
        {{{next_link}}}
      </div>
    </form>
  </div>
</div>

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tecnh-gollum-1.0.2.auth2 lib/gollum/frontend/templates/history.mustache
tecnh-gollum-1.0.2.auth lib/gollum/frontend/templates/history.mustache
gollum-1.0.1 lib/gollum/frontend/templates/history.mustache
gollum-1.0.0 lib/gollum/frontend/templates/history.mustache