Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/reports/template/submitSuccess.html

Issue 29584686: Issue 5889 - Open links from issue reporter success page in top frame (Closed)
Patch Set: Created Oct. 20, 2017, 3:44 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/reports/template/submitSuccess.html
===================================================================
--- a/sitescripts/reports/template/submitSuccess.html
+++ b/sitescripts/reports/template/submitSuccess.html
@@ -18,15 +18,15 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Report submission</title>
</head>
<body>
{% if knownIssues -%}
<p><strong>%KNOWNISSUE%</strong>
{%- for issue in knownIssues -%}
- <br /><a href="{{issue}}">{{issue}}</a>
+ <br /><a target="_top" href="{{issue}}">{{issue}}</a>
{%- endfor -%}
</p>
{%- endif %}
- <p>%CONFIRMATION% <a id="link" href="{{url}}">{{url}}</a></p>
+ <p>%CONFIRMATION% <a id="link" target="_top" href="{{url}}">{{url}}</a></p>
</body>
</html>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld