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/07/22 17:26:24 UTC

[33/59] [abbrv] fauxton commit: updated refs/heads/master to 4e37185

Fixes from review


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

Branch: refs/heads/master
Commit: 98f84cfb25e3280b920e95c1eb242d06fa962f94
Parents: 9f9d079
Author: Garren Smith <ga...@gmail.com>
Authored: Mon Jun 30 10:21:41 2014 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Tue Jul 22 16:49:10 2014 +0200

----------------------------------------------------------------------
 app/addons/documents/sidebarviews.js                | 8 --------
 app/addons/documents/templates/design_doc_menu.html | 4 ++--
 2 files changed, 2 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/98f84cfb/app/addons/documents/sidebarviews.js
----------------------------------------------------------------------
diff --git a/app/addons/documents/sidebarviews.js b/app/addons/documents/sidebarviews.js
index e35cc31..38ed119 100644
--- a/app/addons/documents/sidebarviews.js
+++ b/app/addons/documents/sidebarviews.js
@@ -166,15 +166,7 @@ function(app, FauxtonAPI, Components, Documents, Databases) {
 
       var sidebarListTypes = FauxtonAPI.getExtensions('sidebar:list');
           if (ddocDocs){
-            //Views
             this.buildIndexList(ddocDocs, "views", "view");
-            //lists
-            // this.buildIndexList(ddocDocs, "lists");
-            // //show
-            // this.buildIndexList(ddocDocs, "show");
-            // //filters
-            // this.buildIndexList(ddocDocs, "filters");
-            //extensions
             _.each(sidebarListTypes, function (type) {
               this.buildIndexList(ddocDocs, type);
             },this);

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/98f84cfb/app/addons/documents/templates/design_doc_menu.html
----------------------------------------------------------------------
diff --git a/app/addons/documents/templates/design_doc_menu.html b/app/addons/documents/templates/design_doc_menu.html
index 2954e0d..ae23dc7 100644
--- a/app/addons/documents/templates/design_doc_menu.html
+++ b/app/addons/documents/templates/design_doc_menu.html
@@ -16,13 +16,13 @@ the License.
 	<div  class="js-collapse-toggle accordion-header" data-toggle="collapse" data-target="#<%= ddoc_clean %>" id="nav-header-<%= ddoc_clean %>" >
 		<div class="accordion-list-item">
 			<div class="fonticon-play"></div>
-			<p><%= designDoc%></p>
+			<p><%- designDoc%></p>
 		</div>
 		<div class="new-button add-dropdown"></div>
 	</div>
 	<ul class="accordion-body collapse" id="<%= ddoc_clean %>">
 		<li>
-			<a id="<%= ddoc_clean %>_metadata" href="#/database/<%- database_encoded %>/_design/<%- ddoc_encoded %>/metadata" class="toggle-view accordion-header">
+			<a id="<%- ddoc_clean %>_metadata" href="#/database/<%- database_encoded %>/_design/<%- ddoc_encoded %>/metadata" class="toggle-view accordion-header">
 			<span class="fonticon-sidenav-info fonticon"></span>
 			  Design Doc Metadata
 			</a>