Commit 2b1740e6 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 266955: Only display interdiff options if we have other_patches;…

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.
parent 5c19138a
...@@ -246,7 +246,7 @@ tbody.file pre:empty { ...@@ -246,7 +246,7 @@ tbody.file pre:empty {
| <a href="[% PROCESS editurl id=attachid %]">Edit</a> | <a href="[% PROCESS editurl id=attachid %]">Edit</a>
| <a href="[% PROCESS diffurl id=attachid %]&amp;context=[% context FILTER html %]&amp;collapsed=[% collapsed FILTER html %]&amp;headers=[% headers FILTER html %]&amp;format=raw">Raw&nbsp;Unified</a> | <a href="[% PROCESS diffurl id=attachid %]&amp;context=[% context FILTER html %]&amp;collapsed=[% collapsed FILTER html %]&amp;headers=[% headers FILTER html %]&amp;format=raw">Raw&nbsp;Unified</a>
[% END %] [% END %]
[% IF other_patches %] [% IF other_patches.size > 0 %]
[% IF headers %] |[%END%] [% IF headers %] |[%END%]
Differences between Differences between
<form style="display: inline" action=""> <form style="display: inline" action="">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment