diff options
author | Peter Gammie <peteg42@gmail.com> | 2010-09-29 15:43:44 +1000 |
---|---|---|
committer | Peter Gammie <peteg42@gmail.com> | 2010-09-29 15:43:44 +1000 |
commit | 941755e46661b65f29aeebcf38f8410f9c8cfc2e (patch) | |
tree | 3881600f0a7ed036e13cd2a9881d7f19537bccbb /templates | |
parent | acecbad0ff4a8c441da520522710dd5357ab31e0 (diff) |
Get things right after moving to a branch.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/change.tmpl | 2 | ||||
-rw-r--r-- | templates/revert.tmpl | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/templates/change.tmpl b/templates/change.tmpl index 671b9e483..148b4376e 100644 --- a/templates/change.tmpl +++ b/templates/change.tmpl @@ -28,6 +28,8 @@ <span class="committype"><TMPL_VAR COMMITTYPE></span> <span class="desc"><br />Date:</span> <span class="changedate"><TMPL_VAR COMMITDATE></span> +<span class="desc"><br /></span> +<span class="revert"><a href="<TMPL_VAR REVERTURL>" rel="nofollow">[[diff|wikiicons/revert.png]]</a></span> </div> <div class="changelog"> <TMPL_LOOP MESSAGE> diff --git a/templates/revert.tmpl b/templates/revert.tmpl index 3cf069dca..03cd0838d 100644 --- a/templates/revert.tmpl +++ b/templates/revert.tmpl @@ -5,6 +5,7 @@ <div> <TMPL_VAR FIELD-DO> <TMPL_VAR FIELD-SID> + <TMPL_VAR FIELD-REV> </div> <div class="revert buttons"> <TMPL_VAR form-submit> |