Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2315)

Unified Diff: build/android/pylib/results/presentation/template/main.html

Issue 2854083004: Fix feedback to populate the right content in issue creation page. (Closed)
Patch Set: add assertion to check links Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/android/pylib/results/presentation/template/main.html
diff --git a/build/android/pylib/results/presentation/template/main.html b/build/android/pylib/results/presentation/template/main.html
index ede984a3ebb067483ec3d889b2428f5c7ec21ce8..0913d6a1bb72274998d046b1456b317cbc20fdfa 100644
--- a/build/android/pylib/results/presentation/template/main.html
+++ b/build/android/pylib/results/presentation/template/main.html
@@ -49,7 +49,7 @@
{% endfor %}
</div>
</br>
- <a onclick="reportIssues();"><b>Feedback</b></a>
+ <a href="{{feedback_url}}" target="_blank"><b>Feedback</b></a>
</body>
<script>
showSuiteTableOnlyWithReplaceState();

Powered by Google App Engine
This is Rietveld 408576698