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

Unified Diff: src/site/_includes/header.html

Issue 118633004: New TOC for dart-by-example page (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Created 6 years, 11 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 | « src/site/_includes/guide_toc.html ('k') | src/site/articles/doc-comment-guidelines/index.markdown » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/_includes/header.html
diff --git a/src/site/_includes/header.html b/src/site/_includes/header.html
index 823b6ccf19189e74460ca78d81d5dd9e0d0a920d..dcefa34ef03cc5aafe09232820e68a97e73e5145 100644
--- a/src/site/_includes/header.html
+++ b/src/site/_includes/header.html
@@ -51,7 +51,7 @@
<div class="navbar navbar-fixed-top navbar-inverse" role="navigation">
<div class="container">
-
+
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
@@ -78,6 +78,10 @@
<li><a href="/docs/tutorials/">Tutorials</a></li>
<li class="divider"></li>
mem 2014/01/06 22:09:20 I would remove the line between tutorials and dart
+ <i class="sprite-icon-dd-tip"></i>
+ <li><a href="/dart-by-example/">Dart by Example</a></li>
+
+ <li class="divider"></li>
<li><a href="/docs/">Programmer's Guide</a></li>
<li><a href="http://api.dartlang.org">API Reference</a></li>
<li><a href="/docs/spec/">Language Specification</a></li>
@@ -144,4 +148,4 @@
</div><!-- /.container -->
</div><!-- /.navbar -->
-
+
« no previous file with comments | « src/site/_includes/guide_toc.html ('k') | src/site/articles/doc-comment-guidelines/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698