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

Unified Diff: gm/rebaseline_server/static/live-view.html

Issue 489183002: rebaseline_server: add download link for SKP diff patchfile (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 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
« no previous file with comments | « gm/rebaseline_server/static/live-loader.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/rebaseline_server/static/live-view.html
diff --git a/gm/rebaseline_server/static/live-view.html b/gm/rebaseline_server/static/live-view.html
index 6c158a6e7ec3d8b8a7c5c3373a3a70ec777b9f61..1662adf89cb9e1fb01657abdf3790f3c1a3a970c 100644
--- a/gm/rebaseline_server/static/live-view.html
+++ b/gm/rebaseline_server/static/live-view.html
@@ -203,6 +203,10 @@
Here is the patch to apply to your local checkout:
<br>
<textarea rows="8" cols="50">{{diffResults}}</textarea>
+ <br>
+ <a download="patch.txt" ng-href="{{diffResultsBlobUrl}}">
+ Click here to download that patch as a text file.
+ </a>
</div>
</div>
« no previous file with comments | « gm/rebaseline_server/static/live-loader.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698