| Index: src/site/docs/tutorials/packages/index.markdown
|
| diff --git a/src/site/docs/tutorials/packages/index.markdown b/src/site/docs/tutorials/packages/index.markdown
|
| index 58b12eeb54f7bcb75ca46aa9e6835b00f7378d48..e26cefc441f9692b51c4e18f063230a390d13f70 100644
|
| --- a/src/site/docs/tutorials/packages/index.markdown
|
| +++ b/src/site/docs/tutorials/packages/index.markdown
|
| @@ -5,6 +5,10 @@ description: "Packages are bundles of source code, tools, and resources that hel
|
| has-permalinks: true
|
| tutorial:
|
| id: packages
|
| +next: web-ui
|
| +next-title: "Get Started with Web UI"
|
| +prev: remove-elements
|
| +prev-title: "Remove DOM Elements"
|
| ---
|
|
|
| {% capture whats_the_point %}
|
| @@ -294,24 +298,6 @@ Note that you specify the filename, not the library name.
|
| </li>
|
| </ul>
|
|
|
| -<hr>
|
| -
|
| -<div class="row">
|
| - <div class="span3">
|
| - <a href="/docs/tutorials/remove-elements/"><i class="icon-chevron-left"> </i> Remove DOM Elements</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/web-ui/" class="pull-right">Get Started with Web UI <i class="icon-chevron-right"> </i> </a>
|
| - </div>
|
| -</div>
|
| -
|
| {% endcapture %}
|
|
|
| {% include tutorial.html %}
|
|
|