Sha256: 0e1a61e17c03c72496ea35c30506fc46e25f3db5cbd5d079124b60a734abfd36

Contents?: true

Size: 1.83 KB

Versions: 31

Compression:

Stored size: 1.83 KB

Contents

<div id="wiki-wrapper" class="history">
<div id="head">
  <h1>History for <strong>{{title}}</strong></h1>
  <ul class="actions">
    <li class="minibutton">
      {{>searchbar}}
    </li>
    <li class="minibutton"><a href="{{base_url}}/{{escaped_url_path}}"
       class="action-view-page">View Page</a></li>
    <li class="minibutton"><a href="{{base_url}}/edit/{{escaped_url_path}}"
       class="action-edit-page">Edit Page</a></li>
  </ul>
</div>
<div id="wiki-history">

  <ul class="actions">
    <li class="minibutton"><a href="javascript:void(0);"
       class="action-compare-revision">Compare Revisions</a></li>
  </ul>

  <form name="compare-versions" id="version-form" method="post"
   action="{{base_url}}/compare/{{escaped_url_path}}">
  <fieldset>
  <table>
    <tbody>

      {{#versions}}
      <tr>
        <td class="checkbox">
          <input type="checkbox" name="versions[]" value="{{id}}">
        </td>
        <td class="author">
          <a href="javascript:void(0)">
            <img src="https://secure.gravatar.com/avatar/{{gravatar}}?s=16"
             alt="avatar: {{author}}" class="mini-gravatar">
            <span class="username">{{author}}</span>
          </a>
        </td>
        <td class="commit-name">
          <span class="time-elapsed">{{date}}:</span>&nbsp;
          {{message}}
          [<a href="{{base_url}}/{{escaped_url_path}}/{{id}}" title="View commit">{{id7}}</a>]
        </td>
      </tr>
      {{/versions}}

    </tbody>
  </table>
  </fieldset>
  </form>
</div>
<div id="footer">
  <ul class="actions">
    <li class="minibutton"><a href="javascript:void(0);"
       class="action-compare-revision">Compare Revisions</a></li>

    <!-- only show this button if we have more than 20 revisions -->
    <li class="minibutton"><a href="#"
       class="action-back-to-top">Back to Top</a></li>
  </ul>
</div>
</div>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
gollum-2.4.0 lib/gollum/frontend/templates/history.mustache
gollum-2.3.12 lib/gollum/frontend/templates/history.mustache
gollum-2.3.11 lib/gollum/frontend/templates/history.mustache
gollum-2.3.10 lib/gollum/frontend/templates/history.mustache
gollum-2.3.9 lib/gollum/frontend/templates/history.mustache
gollum-2.3.8 lib/gollum/frontend/templates/history.mustache
gollum-2.3.7 lib/gollum/frontend/templates/history.mustache
gollum-2.3.6 lib/gollum/frontend/templates/history.mustache
gollum-2.3.5 lib/gollum/frontend/templates/history.mustache
gollum-2.3.4 lib/gollum/frontend/templates/history.mustache
gollum-2.3.3 lib/gollum/frontend/templates/history.mustache
gollum-2.3.2 lib/gollum/frontend/templates/history.mustache
gollum-2.3.1 lib/gollum/frontend/templates/history.mustache
gollum-2.3.0 lib/gollum/frontend/templates/history.mustache
gollum-2.2.9 lib/gollum/frontend/templates/history.mustache
gollum-2.2.8 lib/gollum/frontend/templates/history.mustache
gollum-2.2.7 lib/gollum/frontend/templates/history.mustache
gollum-2.2.6 lib/gollum/frontend/templates/history.mustache
gollum-2.2.5 lib/gollum/frontend/templates/history.mustache
gollum-2.2.4 lib/gollum/frontend/templates/history.mustache