Sha256: ea7747a39bc3b765ca0708bf69a878604078ce49311f9abbf5eb2b4f9d351e44

Contents?: true

Size: 1.87 KB

Versions: 52

Compression:

Stored size: 1.87 KB

Contents

<div id="wiki-wrapper" class="compare">
<div id="head">
  <h1>History for <strong>{{path}}</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>
    <li class="minibutton"><a href="{{base_url}}/history/{{escaped_url_path}}"
       class="action-page-history">Page History</a></li>
  </ul>
</div>

{{#message}}
<p>{{message}}</p>
{{/message}}

<div id="compare-content">

  {{#show_revert}}
  <ul class="actions">
    <li class="minibutton"><a href="{{base_url}}/history/{{escaped_url_path}}"
       class="action-page-history">Back to Page History</a></li>
    <li class="minibutton">
      <form name="gollum-revert" action="{{base_url}}/revert/{{escaped_url_path}}/{{before}}/{{after}}" method="post" id="gollum-revert-form">
      <a href="#" class="gollum-revert-button">Revert Changes</a>
      </form>
    </li>
  </ul>
  {{/show_revert}}

  <div class="data highlight">
    <table cellpadding="0" cellspacing="0">
      {{#lines}}
        <tr>
          <td class="line_numbers">{{ldln}}</td>
          <td class="line_numbers">{{rdln}}</td>
          <td>
            <pre><div class="{{class}}">{{line}}</div></pre>
          </td>
        </tr>
      {{/lines}}
    </table>
  </div>
</div>
<div id="footer">
  <ul class="actions">
    <li class="minibutton"><a href="{{base_url}}/history/{{escaped_url_path}}"
       class="action-page-history">Back to Page History</a></li>
    {{#show_revert}}
    <li class="minibutton">
      <a href="#" class="gollum-revert-button">Revert Changes</a>
    </li>
    {{/show_revert}}
    <li class="minibutton"><a href="#">Back to Top</a></li>
  </ul>
</div>
</div>
</div>

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
gollum-3.0.0 lib/gollum/templates/compare.mustache
gollum-2.7.0 lib/gollum/templates/compare.mustache
gollum-2.6.0 lib/gollum/templates/compare.mustache
gollum-2.5.2 lib/gollum/templates/compare.mustache
gollum-2.5.1 lib/gollum/templates/compare.mustache
gollum-2.5.0 lib/gollum/templates/compare.mustache
gollum-2.4.15 lib/gollum/templates/compare.mustache
gollum-2.4.14 lib/gollum/templates/compare.mustache
gollum-2.4.13 lib/gollum/templates/compare.mustache
gollum-2.4.12 lib/gollum/templates/compare.mustache
gollum-2.4.11 lib/gollum/frontend/templates/compare.mustache
gollum-2.4.10 lib/gollum/frontend/templates/compare.mustache
gollum-2.4.9 lib/gollum/frontend/templates/compare.mustache
gollum-2.4.8 lib/gollum/frontend/templates/compare.mustache
gollum-2.4.7 lib/gollum/frontend/templates/compare.mustache
gollum-2.4.6 lib/gollum/frontend/templates/compare.mustache
gollum-2.4.5 lib/gollum/frontend/templates/compare.mustache
gollum-2.4.4 lib/gollum/frontend/templates/compare.mustache
gollum-2.4.3 lib/gollum/frontend/templates/compare.mustache
gollum-2.4.2 lib/gollum/frontend/templates/compare.mustache