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

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

Issue 2933993002: Add local results details pages.
Patch Set: Fix some of Johns comments. Created 3 years, 4 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 b5a78d337315518a32c6b4d7ec8b8ec2d3163db7..5c8df5e1213bf8b152822a29b0853bb1c2f6f2aa 100644
--- a/build/android/pylib/results/presentation/template/main.html
+++ b/build/android/pylib/results/presentation/template/main.html
@@ -75,9 +75,11 @@
{% include 'template/table.html' %}
{% endfor %}
</div>
- </br>
- <a href="{{feedback_url}}" target="_blank"><b>Feedback</b></a>
- </body>
+ {% if feedback_url %}
+ </br>
+ <a href="{{feedback_url}}" target="_blank"><b>Feedback</b></a>
+ </body>
+ {%- endif %}
<script>
sortSuiteTableByFailedTestCases();
showSuiteTableOnlyWithReplaceState();

Powered by Google App Engine
This is Rietveld 408576698