summary refs log tree commit diff
path: root/views/history.tt
blob: fd8ff923065ccd412e5249fd57300361c1702f4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div id="wiki-wrapper" class="history">

  <div id="head">
    <h1>History for <strong><% title %></strong></h1>
    <ul class="actions">
      <li class="minibutton">
        <a href="/<% title %>" class="action-view-page">View Page</a>
      </li>
      <li class="minibutton">
        <a href="/edit/<% title %>"class="action-edit-page">Edit Page</a>
      </li>
    </ul>
  </div>

  <div id="wiki-history">
    <% FOREACH version IN versions %>
       on a <% version.id %>
    <% END %>
  </div>

</div>