Sha256: 2f8d781b77bdf0e050467ec19276de8ea38708686e74776b0f91d83486c06036

Contents?: true

Size: 1.25 KB

Versions: 2

Compression:

Stored size: 1.25 KB

Contents

<div id="wiki-wrapper" class="page">
<div id="head">
  <h1>{{title}}</h1>
  <ul class="actions">
    <li class="minibutton"><a href="/pages"
      class="action-all-pages">All Pages</a></li>
    <li class="minibutton" class="jaws">
      <a href="#" id="minibutton-new-page">New Page</a></li>
    {{#editable}}
    <li class="minibutton"><a href="/edit/{{escaped_name}}"
       class="action-edit-page">Edit Page</a></li>
    {{/editable}}
    <li class="minibutton"><a href="/history/{{escaped_name}}"
       class="action-page-history">Page History</a></li>
  </ul>
  {{>searchbar}}
</div>
<div id="wiki-content">
<div class="wrap {{#has_footer}} has-footer {{/has_footer}} {{#has_sidebar}}  has-rightbar{{/has_sidebar}}">
  <div id="wiki-body" class="gollum-{{format}}-content">
    <div id="template">
      {{{content}}}
    </div>
  </div>
  {{#has_sidebar}}
  <div id="wiki-rightbar" class="gollum-{{sidebar_format}}-content">
    {{{sidebar_content}}}
  </div>
  {{/has_sidebar}}
  {{#has_footer}}
  <div id="wiki-footer" class="gollum-{{footer_format}}-content">
    <div id="footer-content">
      {{{footer_content}}}
    </div>
  </div>
  {{/has_footer}}
  </div>

</div>
<div id="footer">
  <p id="last-edit">Last edited by <b>{{author}}</b>, {{date}}</p>
</div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gollum-1.4.3 lib/gollum/frontend/templates/page.mustache
gollum-1.4.2 lib/gollum/frontend/templates/page.mustache