mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Reformatting of history page to make it a bit clearer how it works.
This commit is contained in:
parent
a8929894d4
commit
fb18ebef51
1 changed files with 1 additions and 6 deletions
|
|
@ -5,11 +5,6 @@
|
|||
<tr>
|
||||
<th>When</th><th>What</th><th>Version</th><th>Changes</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Now</td><td></td>
|
||||
<td><a href="wiki?content={{page}}">[current]</a></td>
|
||||
<td>[no changes]</td>
|
||||
<tr>
|
||||
{% for entry in history %}
|
||||
<tr>
|
||||
<td>S
|
||||
|
|
@ -22,7 +17,7 @@
|
|||
<a href="version?page={{page}}&version={{entry.id}}">Show version</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="changes?page={{page}}&version={{entry.id}}">What's changed?</a>
|
||||
<a href="changes?page={{page}}&version={{entry.id}}">What's changed since?</a>
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue