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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
1 <section id=title> 1 <section id=title>
2 <a href="/">Home</a> 2 <a href="/">Home</a>
3 <a href="/recent/">Recent</a> 3 <a href="/recent/">Recent</a>
4 <a href="/w/">Workspace</a> 4 <a href="/w/">Workspace</a>
5 <a href="https://github.com/google/skia/tree/master/experimental/webtry">Cod e</a> 5 <a href="https://github.com/google/skia/tree/master/experimental/webtry">Cod e</a>
6 <a id=gitInfo href="https://github.com/google/skia/commit/{{.Titlebar.GitHas h}}">{{.Titlebar.GitInfo}}</a>
6 </section> 7 </section>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698