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

Unified Diff: experimental/webtry/templates/titlebar.html

Issue 258033006: Add git revision info to the titlebar (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 8 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 | « experimental/webtry/templates/recent.html ('k') | experimental/webtry/templates/workspace.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/templates/titlebar.html
diff --git a/experimental/webtry/templates/titlebar.html b/experimental/webtry/templates/titlebar.html
index 93f64109af612713e39cf6005a75d9e3f0c4c6d0..0b7ef2d141514aa5148075324e45f704d513cde4 100644
--- a/experimental/webtry/templates/titlebar.html
+++ b/experimental/webtry/templates/titlebar.html
@@ -3,4 +3,5 @@
<a href="/recent/">Recent</a>
<a href="/w/">Workspace</a>
<a href="https://github.com/google/skia/tree/master/experimental/webtry">Code</a>
+ <a id=gitInfo href="https://github.com/google/skia/commit/{{.Titlebar.GitHash}}">{{.Titlebar.GitInfo}}</a>
</section>
« no previous file with comments | « experimental/webtry/templates/recent.html ('k') | experimental/webtry/templates/workspace.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698