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

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

Issue 688713002: delete webtry from main skia repo; it's been moved to buildbots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 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/template.gyp ('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
deleted file mode 100644
index 4b12ccd2d82c475550435bf52c5640345ae55618..0000000000000000000000000000000000000000
--- a/experimental/webtry/templates/titlebar.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<nav class="navbar navbar-default" role="navigation">
- <div class="container-fluid">
- <!-- Brand and toggle get grouped for better mobile display -->
- <div class="navbar-header">
- <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
- <span class="sr-only">Toggle navigation</span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- </button>
- <a class="navbar-brand" href="/">
- <img src="/res/img/skia.png">
- </a>
- </div>
-
- <!-- Collect the nav links, forms, and other content for toggling -->
- <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
- <ul class="nav navbar-nav">
- <li><a href="/recent/">Recent</a></li>
- <li><a href="/w/">Workspace</a></li>
- <li><a target="_blank" href="http://chromium-skia-gm.commondatastorage.googleapis.com/doxygen/doxygen/html/classes.html">Doxygen</a></li>
- <li><a target="_blank" href="https://github.com/google/skia/tree/master/experimental/webtry">Code</a></li>
- </ul>
- <ul class="nav navbar-nav navbar-right">
- <li><a target="_blank" id="gitInfo" href="https://github.com/google/skia/commit/{{.Titlebar.GitHash}}">{{.Titlebar.GitInfo}}</a></li>
- </ul>
- </div><!-- /.navbar-collapse -->
- </div><!-- /.container-fluid -->
-</nav>
« no previous file with comments | « experimental/webtry/templates/template.gyp ('k') | experimental/webtry/templates/workspace.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698