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

Unified Diff: experimental/webtry/templates/index.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/css/webtry.css ('k') | experimental/webtry/templates/recent.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/templates/index.html
diff --git a/experimental/webtry/templates/index.html b/experimental/webtry/templates/index.html
index bab6c005457dc314e99968db5232c06ed81ec37e..96e9a205d1a1067d051dec301bf11a25c9dbcc95 100644
--- a/experimental/webtry/templates/index.html
+++ b/experimental/webtry/templates/index.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="/css/" type="text/css" media="screen">
</head>
<body>
- {{template "titlebar.html"}}
+ {{template "titlebar.html" .}}
{{template "content.html" .}}
<script type='text/javascript' charset='utf-8'>
« no previous file with comments | « experimental/webtry/css/webtry.css ('k') | experimental/webtry/templates/recent.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698