projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03a689b
)
do not display two glasses
author
Antoine Beaupré
<anarcat@koumbit.org>
Thu, 19 Jul 2012 14:23:25 +0000
(10:23 -0400)
committer
Antoine Beaupré
<anarcat@koumbit.org>
Thu, 19 Jul 2012 14:23:25 +0000
(10:23 -0400)
we display the inline diff only if diffurl isn't defined
templates/change.tmpl
patch
|
blob
|
history
diff --git
a/templates/change.tmpl
b/templates/change.tmpl
index de47f735eb824d20d440fbdbaf68d154e8edef8d..1751a39b5209dcbfc95e954cce3a7cdf68b397cf 100644
(file)
--- a/
templates/change.tmpl
+++ b/
templates/change.tmpl
@@
-41,6
+41,7
@@
</TMPL_IF>
</TMPL_LOOP>
</div>
+<TMPL_UNLESS DIFFURL>
<TMPL_IF DIFF>
<div class="toggleable" id="diff-<TMPL_VAR REV>">
<pre>
@@
-48,4
+49,5
@@
</pre>
</div>
</TMPL_IF>
+</TMPL_UNLESS>
<!-- <TMPL_VAR REV> -->