Patch for bug 266955: Only display interdiff options if we have other_patches; patch by Christian Reis <kiko@async.com.br>; r=myk, a=myk.
git-svn-id: svn://10.0.0.236/trunk@164956 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
76184231c4
commit
0ce14e38cf
@ -246,7 +246,7 @@ tbody.file pre:empty {
|
||||
| <a href="[% PROCESS editurl id=attachid %]">Edit</a>
|
||||
| <a href="[% PROCESS diffurl id=attachid %]&context=[% context FILTER html %]&collapsed=[% collapsed FILTER html %]&headers=[% headers FILTER html %]&format=raw">Raw Unified</a>
|
||||
[% END %]
|
||||
[% IF other_patches %]
|
||||
[% IF other_patches.size > 0 %]
|
||||
[% IF headers %] |[%END%]
|
||||
Differences between
|
||||
<form style="display: inline" action="">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user