aboutsummaryrefslogtreecommitdiff
path: root/templates/revert.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/revert.tmpl')
-rw-r--r--templates/revert.tmpl15
1 files changed, 10 insertions, 5 deletions
diff --git a/templates/revert.tmpl b/templates/revert.tmpl
index 03cd0838d..6289bea6b 100644
--- a/templates/revert.tmpl
+++ b/templates/revert.tmpl
@@ -1,6 +1,3 @@
-<pre>
-<TMPL_VAR patch_contents>
-</pre>
<TMPL_VAR FORM-START>
<div>
<TMPL_VAR FIELD-DO>
@@ -8,7 +5,15 @@
<TMPL_VAR FIELD-REV>
</div>
<div class="revert buttons">
- <TMPL_VAR form-submit>
- <TMPL_VAR form-cancel>
+<TMPL_VAR form-submit>
+<TMPL_VAR form-cancel>
</div>
<TMPL_VAR FORM-END>
+<br \>
+<div class="header">
+<span>Diff being reverted:</span>
+</div>
+<div id="diff">
+<pre>
+<TMPL_VAR diff>
+</pre>