diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-06 14:59:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-06 15:00:48 -0400 |
commit | d4fd8cd67dd868ed8b0d51c2d710b834d6a33b05 (patch) | |
tree | f1c6e01b37475be73a43c15e99091ae92e65c24b /templates | |
parent | 7988a5aee3be9fe82da1d47d2a72c95eabc7bb6e (diff) |
put diff at end of revert form
Diffstat (limited to 'templates')
-rw-r--r-- | templates/revert.tmpl | 15 |
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> |