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

Unified Diff: src/site/docs/tutorials/get-started/index.markdown

Issue 20051004: created common nav bar in footer, changed send feedback link (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: new send feedback links for KW, + moved nav stuff to common footer Created 7 years, 5 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
Index: src/site/docs/tutorials/get-started/index.markdown
diff --git a/src/site/docs/tutorials/get-started/index.markdown b/src/site/docs/tutorials/get-started/index.markdown
index ee02c08938efc5d0fae6ccd327edc97f0208a70e..c578f086bea20423c14814d400a52323ca7ef26a 100644
--- a/src/site/docs/tutorials/get-started/index.markdown
+++ b/src/site/docs/tutorials/get-started/index.markdown
@@ -12,6 +12,10 @@ js:
defer: true
- url: /js/editor-version.js
defer: true
+next: connect-dart-html
+next-title: "Connect Dart & HTML"
+prev: index.html
+prev-title: "Home"
---
{% capture whats_the_point %}
@@ -566,24 +570,6 @@ when creating applications outside of Dart Editor.
</li>
</ul>
-<hr>
-
-<div class="row">
- <div class="span3">
- <a href="/docs/tutorials/"><i class="icon-chevron-left"> </i> Home</a>
- </div>
- <div class="span3">
-<a href="http://code.google.com/p/dart/issues/entry?template=Tutorial%20feedback"
- target="_blank">
-<i class="icon-comment"> </i>
-Send feedback
-</a>
- </div>
- <div class="span3">
- <a href="/docs/tutorials/connect-dart-html/" class="pull-right">Connect Dart &amp; HTML <i class="icon-chevron-right"> </i></a>
- </div>
-</div>
-
{% endcapture %}
{% include tutorial.html %}

Powered by Google App Engine
This is Rietveld 408576698