summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBigBlueHat <byoung@bigbluehat.com>2013-11-14 16:09:49 -0800
committersuelockwood <deathbearbrown@gmail.com>2013-11-18 13:21:11 -0500
commit109cef81aa946e380243fd9b1f7c12b6a0669c94 (patch)
tree1b84ec9114cf5fce6b9c56c47ff5521192ace73c
parent4db0f6815e5778b4d463cf8bd48d29360d060648 (diff)
downloadcouchdb-109cef81aa946e380243fd9b1f7c12b6a0669c94.tar.gz
removed Primary Indices header; implied by Secondary
-rw-r--r--src/fauxton/app/templates/documents/sidebar.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fauxton/app/templates/documents/sidebar.html b/src/fauxton/app/templates/documents/sidebar.html
index 93bddc905..cd6dedcab 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>