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 %} |