Apart from writing a diff2html transform and maybe adding a user-admin

page, I'd say this is feature complete. Good enough for me, anyway!
This commit is contained in:
Simon Brooke 2015-01-11 15:02:08 +00:00
parent 62b325cb68
commit bc0dd75081
3 changed files with 24 additions and 5 deletions

View file

@ -12,7 +12,7 @@
<tr>
{% for entry in history %}
<tr>
<td>
<td>S
{{entry.time}}
</td>
<td>
@ -22,7 +22,7 @@
<a href="version?page={{page}}&amp;version={{entry.id}}">Show version</a>
</td>
<td>
<a href="diff?page={{page}}&amp;version={{entry.id}}">What's changed?</a>
<a href="changes?page={{page}}&amp;version={{entry.id}}">What's changed?</a>
</td>
</tr>
{% endfor %}