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

Side by Side 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, 1 month 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
(Empty)
1 <nav class="navbar navbar-default" role="navigation">
2 <div class="container-fluid">
3 <!-- Brand and toggle get grouped for better mobile display -->
4 <div class="navbar-header">
5 <button type="button" class="navbar-toggle collapsed" data-toggle="collaps e" data-target="#bs-example-navbar-collapse-1">
6 <span class="sr-only">Toggle navigation</span>
7 <span class="icon-bar"></span>
8 <span class="icon-bar"></span>
9 <span class="icon-bar"></span>
10 </button>
11 <a class="navbar-brand" href="/">
12 <img src="/res/img/skia.png">
13 </a>
14 </div>
15
16 <!-- Collect the nav links, forms, and other content for toggling -->
17 <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
18 <ul class="nav navbar-nav">
19 <li><a href="/recent/">Recent</a></li>
20 <li><a href="/w/">Workspace</a></li>
21 <li><a target="_blank" href="http://chromium-skia-gm.commondatastorage.g oogleapis.com/doxygen/doxygen/html/classes.html">Doxygen</a></li>
22 <li><a target="_blank" href="https://github.com/google/skia/tree/master/ experimental/webtry">Code</a></li>
23 </ul>
24 <ul class="nav navbar-nav navbar-right">
25 <li><a target="_blank" id="gitInfo" href="https://github.com/google/skia /commit/{{.Titlebar.GitHash}}">{{.Titlebar.GitInfo}}</a></li>
26 </ul>
27 </div><!-- /.navbar-collapse -->
28 </div><!-- /.container-fluid -->
29 </nav>
OLDNEW
« 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