| Index: display/html/results.html |
| =================================================================== |
| --- display/html/results.html (revision 11) |
| +++ display/html/results.html (working copy) |
| @@ -29,7 +29,7 @@ |
| <h3>Overview for {{url|escape}}</h3> |
| <ul> |
| {% if blacklisted %} |
| - <li><span class=blacklisted>This page matches Google's malware blacklist.</span></li> |
| + <li><span class=blacklisted>This page matches Google's malware blacklist. <a href="http://www.google.com/safebrowsing/diagnostic?site={{url|urlencode}}">Learn More</a></span></li> |
| {% endif %} |
| {% if findings %} |
| {% for group in findings %} |
| @@ -62,7 +62,7 @@ |
| </div> |
| {% if item.blacklisted %} |
| <div class=blacklisted>This {{item.name}}'s url matches Google's |
| - Malware Blacklist.</div> |
| + Malware Blacklist. <a href="http://www.google.com/safebrowsing/diagnostic?site={{item.src|urlencode}}">Learn More</a></div> |
| {% endif %} |
| {% else %} |
| <div>Inline {{group.name}}</div> |