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

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

Issue 4901331810648064: Issue 2309 - Reorder Known Issue Sentences in FF Issue Reporter (Closed)
Patch Set: Addressed comment Created Feb. 10, 2016, 3:43 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 | sitescripts/reports/web/submitReport.py » ('j') | 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
@@ -15,14 +15,18 @@
- along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
-->
<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>
+ {%- endfor -%}
+ </p>
+ {%- endif %}
<p>%CONFIRMATION% <a id="link" href="{{url}}">{{url}}</a></p>
- {% if knownIssues -%}
- <p>%KNOWNISSUE% {% for issue in knownIssues %}<br /><a href="{{issue}}">{{issue}}</a>{% endfor %}</p>
- {%- endif %}
</body>
</html>
« no previous file with comments | « no previous file | sitescripts/reports/web/submitReport.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld