diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-21 01:18:01 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-21 01:18:01 +0000 |
commit | 773731743df52d2ef2d8ce93c095be981bb9bfc8 (patch) | |
tree | fef19536fbbd1010150203662ee26e76243808b6 /templates | |
parent | b7c86dda2f900dc991d1f6becda56ba3300cccce (diff) |
add --diffurl, if set RecentChanges has links to svn diffs
Diffstat (limited to 'templates')
-rw-r--r-- | templates/recentchanges.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/recentchanges.tmpl b/templates/recentchanges.tmpl index 3dc9fc1be..b42975e95 100644 --- a/templates/recentchanges.tmpl +++ b/templates/recentchanges.tmpl @@ -13,6 +13,9 @@ <li> <!-- <TMPL_VAR NAME="REV"> --> <TMPL_LOOP NAME="PAGES"> <TMPL_VAR NAME="LINK"> + <TMPL_IF NAME="DIFFURL"> + (<a href="<TMPL_VAR NAME="DIFFURL">">diff</a>) + </TMPL_IF> </TMPL_LOOP> <br> <!-- <TMPL_VAR NAME="COMMITTYPE"> --> |