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

Unified Diff: src/site/docs/tutorials/add-elements/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: non-breaking spaces 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/add-elements/index.markdown
diff --git a/src/site/docs/tutorials/add-elements/index.markdown b/src/site/docs/tutorials/add-elements/index.markdown
index 1175a740442ce8800eb9a3fe123356832f7e595f..88904d6b8998591c74697524c58f91e5fd91bcfd 100644
--- a/src/site/docs/tutorials/add-elements/index.markdown
+++ b/src/site/docs/tutorials/add-elements/index.markdown
@@ -5,6 +5,10 @@ description: "You have an Element object, now what?"
has-permalinks: true
tutorial:
id: add-elements
+next: remove-elements
+next-title: "Remove DOM Elements"
+prev: connect-dart-html
+prev-title: "Connect Dart & HTML"
---
{% capture whats_the_point %}
@@ -379,24 +383,6 @@ automatically removes it from its previous parent.
</li>
</ul>
-<hr>
-
-<div class="row">
- <div class="span3">
- <a href="/docs/tutorials/connect-dart-html/"><i class="icon-chevron-left"> </i> Connect Dart &amp; HTML</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/remove-elements/" class="pull-right">Remove DOM Elements <i class="icon-chevron-right"> </i> </a>
- </div>
-</div>
-
{% endcapture %}
{% include tutorial.html %}
« no previous file with comments | « src/site/_includes/tutorial-main-page.html ('k') | src/site/docs/tutorials/connect-dart-html/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698