removed Primary Indices header; implied by Secondary
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/109cef81 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/109cef81 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/109cef81 Branch: refs/heads/master Commit: 109cef81aa946e380243fd9b1f7c12b6a0669c94 Parents: 4db0f68 Author: BigBlueHat <[email protected]> Authored: Thu Nov 14 16:09:49 2013 -0800 Committer: suelockwood <[email protected]> Committed: Mon Nov 18 13:21:11 2013 -0500 ---------------------------------------------------------------------- src/fauxton/app/templates/documents/sidebar.html | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/109cef81/src/fauxton/app/templates/documents/sidebar.html ---------------------------------------------------------------------- diff --git a/src/fauxton/app/templates/documents/sidebar.html b/src/fauxton/app/templates/documents/sidebar.html index 93bddc9..cd6dedc 100644 --- a/src/fauxton/app/templates/documents/sidebar.html +++ b/src/fauxton/app/templates/documents/sidebar.html @@ -58,7 +58,6 @@ the License. <nav> <ul class="nav nav-list"> - <li class="nav-header">Primary Indices</li> <li class="active"><a id="all-docs" href="#<%= database.url('index') %>?limit=100" class="toggle-view"><i class="icon-list"></i> All documents</a></li> <li><a id="design-docs" href='#<%= database.url("index") %>?limit=100&startkey="_design"&endkey="_e"' class="toggle-view"><i class="icon-list"></i> All design docs</a></li> </ul>
