| Index: src/site/docs/tutorials/connect-dart-html/index.markdown
|
| diff --git a/src/site/docs/tutorials/connect-dart-html/index.markdown b/src/site/docs/tutorials/connect-dart-html/index.markdown
|
| index 5528446fc45ddc4e871bad112c8dd79cb14c333a..d9fc21ceeb08847f0bfcc2f0b26c47f8cf479f7f 100644
|
| --- a/src/site/docs/tutorials/connect-dart-html/index.markdown
|
| +++ b/src/site/docs/tutorials/connect-dart-html/index.markdown
|
| @@ -5,6 +5,10 @@ description: "Shows basic scaffolding of a Dart web app"
|
| has-permalinks: true
|
| tutorial:
|
| id: connect-dart-html
|
| +next: add-elements
|
| +next-title: "Add Elements to the DOM"
|
| +prev: get-started
|
| +prev-title: "Get Started"
|
| ---
|
|
|
| {% capture whats_the_point %}
|
| @@ -632,24 +636,6 @@ for example, it sets the text color to Yellow.
|
| </li>
|
| </ul>
|
|
|
| -<hr>
|
| -
|
| -<div class="row">
|
| - <div class="span3">
|
| - <a href="/docs/tutorials/get-started/"><i class="icon-chevron-left"> </i> Get Started</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/add-elements/" class="pull-right">Add Elements to the DOM <i class="icon-chevron-right"> </i> </a>
|
| - </div>
|
| -</div>
|
| -
|
| {% endcapture %}
|
|
|
| {% include tutorial.html %}
|
|
|