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

Unified Diff: src/site/docs/tutorials/indexeddb/index.markdown

Issue 19238002: mockup for tute front page refresh. With tabs. Huzzah (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: merge with master + optipng images 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 e73c080fd63e96a43bd5e8d193b7366fb1f48ee6..babcf86bf070adba9347c16b1156a26e68a4e592 100644
--- a/src/site/docs/tutorials/indexeddb/index.markdown
+++ b/src/site/docs/tutorials/indexeddb/index.markdown
@@ -1,12 +1,12 @@
---
layout: default
-title: "Target 11: Use IndexedDB"
+title: "Use IndexedDB"
description: "Use IndexedDB for persistence and offline capability for your app."
has-permalinks: true
tutorial:
id: indexeddb
next: index.html
-next-title: "Home"
+next-title: "A Game of Darts"
prev: forms
prev-title: "Get Input from a Form"
---
@@ -43,18 +43,9 @@ Get the source code for the example featured in this target:</p>
{% capture content %}
-<div id="under-construction" markdown="1">
-<h3> <i class="icon-wrench"> </i> Under construction </h3>
-
-This is a draft under construction.
-Your kindly worded
-<a
- href="http://code.google.com/p/dart/issues/entry?template=Tutorial%20feedback"
- target="_blank">
-comments and suggestions
-</a>
-are appreciated.
-Thank you for your patience.
+<div class="tute-target-title">
+<h1>{{page.title}}</h1>
+<h3>Save data on the client.</h3>
</div>
Browsers provide several ways for your apps to store data on the client side.
« no previous file with comments | « src/site/docs/tutorials/index.markdown ('k') | src/site/docs/tutorials/packages/images/add-dependency-window.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698