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

Unified Diff: src/site/docs/tutorials/indexeddb/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/indexeddb/index.markdown
diff --git a/src/site/docs/tutorials/indexeddb/index.markdown b/src/site/docs/tutorials/indexeddb/index.markdown
index 9f3858ebbbf4078f2e941c76b4a7e6a344261310..e73c080fd63e96a43bd5e8d193b7366fb1f48ee6 100644
--- a/src/site/docs/tutorials/indexeddb/index.markdown
+++ b/src/site/docs/tutorials/indexeddb/index.markdown
@@ -5,6 +5,10 @@ description: "Use IndexedDB for persistence and offline capability for your app.
has-permalinks: true
tutorial:
id: indexeddb
+next: index.html
+next-title: "Home"
+prev: forms
+prev-title: "Get Input from a Form"
---
{% capture whats_the_point %}
@@ -735,24 +739,6 @@ Check out our
it uses LocalStorage instead of IndexedDB to store data in the client.
Try converting it to use IndexedDB.
-<hr>
-
-<div class="row">
- <div class="span3">
- <a href="/docs/tutorials/forms/"><i class="icon-chevron-left"> </i> Get Input from a Form</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/" class="pull-right">Home <i class="icon-chevron-right"> </i> </a>
- </div>
-</div>
-
{% endcapture %}
{% include tutorial.html %}

Powered by Google App Engine
This is Rietveld 408576698