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

Unified Diff: appengine/isolate/templates/browse.html

Issue 2693953006: Isolate: Download files as their filename instead of hash (Closed)
Patch Set: Created 3 years, 10 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: appengine/isolate/templates/browse.html
diff --git a/appengine/isolate/templates/browse.html b/appengine/isolate/templates/browse.html
index 060869c17f8b1668ae2d355e3733e029c8e048dc..627f35c208ca6981ede9faab58776dbc4deebe37 100644
--- a/appengine/isolate/templates/browse.html
+++ b/appengine/isolate/templates/browse.html
@@ -44,6 +44,7 @@ Enter the namespace and digest of an object:<br>
<hr>
<div id="iframe-entry"></div>
-<iframe id="content" class="use_all_space" sandbox="allow-same-origin allow-popups" src="/content?namespace={{namespace}}&digest={{digest}}">
+<iframe id="content" class="use_all_space" sandbox="allow-same-origin allow-popups"
+ src="/content?namespace={{namespace}}&digest={{digest}}{% if as is defined %}&as={{as}}{% endif %}">
</iframe>
{% endblock %}
« appengine/isolate/handlers_frontend.py ('K') | « appengine/isolate/handlers_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698