| 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>
|
|
|