| Index: src/site/docs/tutorials/forms/index.markdown
|
| diff --git a/src/site/docs/tutorials/forms/index.markdown b/src/site/docs/tutorials/forms/index.markdown
|
| index fe7f43764eabdd7a03934be5fda9542a373e521a..884f17645fe25c56b2811a31bb1fe03070448fda 100644
|
| --- a/src/site/docs/tutorials/forms/index.markdown
|
| +++ b/src/site/docs/tutorials/forms/index.markdown
|
| @@ -5,6 +5,10 @@ description: "Using HTML forms and input elements to send data to a server"
|
| has-permalinks: true
|
| tutorial:
|
| id: forms
|
| +next: indexeddb
|
| +next-title: "Use IndexedDB"
|
| +prev: fetchdata
|
| +prev-title: "Fetch Data Dynamically"
|
| ---
|
|
|
| {% capture whats_the_point %}
|
| @@ -981,24 +985,6 @@ Try our
|
| In this step-by-step guide, you’ll build a simple,
|
| single-page, modern web app for desktop and mobile.
|
|
|
| -<hr>
|
| -
|
| -<div class="row">
|
| - <div class="span3">
|
| - <a href="/docs/tutorials/fetchdata/"><i class="icon-chevron-left"> </i> Fetch Data Dynamically</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/indexeddb/" class="pull-right">Use IndexedDB <i class="icon-chevron-right"> </i> </a>
|
| - </div>
|
| -</div>
|
| -
|
| {% endcapture %}
|
|
|
| {% include tutorial.html %}
|
|
|