You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2014/03/20 11:21:49 UTC

[25/26] couchdb commit: updated refs/heads/Query-Options-UI to cf93bbf

Remove Stale for all docs, but keep it for indexes


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/5d3e3eae
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/5d3e3eae
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/5d3e3eae

Branch: refs/heads/Query-Options-UI
Commit: 5d3e3eaebed171d3fe361ac3a9057da12f20bb6a
Parents: 404afec
Author: suelockwood <de...@apache.org>
Authored: Tue Mar 18 16:27:45 2014 -0400
Committer: Garren Smith <ga...@gmail.com>
Committed: Thu Mar 20 10:33:47 2014 +0200

----------------------------------------------------------------------
 .../app/addons/documents/templates/advanced_options.html       | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/5d3e3eae/src/fauxton/app/addons/documents/templates/advanced_options.html
----------------------------------------------------------------------
diff --git a/src/fauxton/app/addons/documents/templates/advanced_options.html b/src/fauxton/app/addons/documents/templates/advanced_options.html
index 4ca8f12..8acf30a 100644
--- a/src/fauxton/app/addons/documents/templates/advanced_options.html
+++ b/src/fauxton/app/addons/documents/templates/advanced_options.html
@@ -105,6 +105,12 @@ the License.
         <label for="check6">Update Sequence</label>  
       </div>
 
+      <% if (showPreview) { %>
+      <div class="checkbox inline">  
+        <input id="check7" name="stale" type="checkbox" value="true">  
+        <label for="check7">Stale</label>  
+      </div>
+      <% } %>
   </div>