Repository: couchdb Updated Branches: refs/heads/Query-Options-UI 5464cd146 -> e70533685
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/e7053368 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/e7053368 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/e7053368 Branch: refs/heads/Query-Options-UI Commit: e705336857697899161062328e0778d22f7a36dd Parents: 5464cd1 Author: suelockwood <[email protected]> Authored: Tue Mar 18 16:27:45 2014 -0400 Committer: suelockwood <[email protected]> Committed: Tue Mar 18 16:27:45 2014 -0400 ---------------------------------------------------------------------- .../app/addons/documents/templates/advanced_options.html | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/e7053368/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>
