Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(17)

Unified Diff: display/html/results.html

Issue 933: Add Link to Safe Browsing Diagnostic for matching URLs SVN Base: http://malfind2.googlecode.com/svn/trunk/
Patch Set: Created 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side by-side-diff with in-line comments
Download patch
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>

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r338