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

Unified Diff: webtry/templates/titlebar.html

Issue 1144163010: Getting started on the fuzzer web front end. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Frontend can now retrieve/show the hashes of existing passed/failed fuzzes. Good place to land. Created 5 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 side-by-side diff with in-line comments
Download patch
« res/js/common.js ('K') | « res/js/common.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webtry/templates/titlebar.html
diff --git a/webtry/templates/titlebar.html b/webtry/templates/titlebar.html
index 8cc1a522f7b1c7705840c14ecb73faf0841c333f..2418824a9f88104bdfb9b5809eb23c84c0193c50 100644
--- a/webtry/templates/titlebar.html
+++ b/webtry/templates/titlebar.html
@@ -2,7 +2,7 @@
<core-toolbar> <img id="logo" src="/res/img/skia.png"></core-toolbar>
<core-menu theme="core-light-theme">
- <core-item icon="inbox" label="Recent"><a href="/recent/"></a></core-item>
+ <core-item icon="inbox" label="Recent"><a href="/recent/"></a></core-item>
<core-item icon="view-module" label="Workspace"><a href="/w/"></a></core-item>
<core-item icon="help" label="Doxygen"><a target="_blank" href="http://chromium-skia-gm.commondatastorage.googleapis.com/doxygen/doxygen/html/classes.html"></a></core-item>
<core-item icon="folder" label="Code"><a target="_blank" href="https://github.com/google/skia/tree/master/experimental/webtry"></a></core-item>
« res/js/common.js ('K') | « res/js/common.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698