You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by de...@apache.org on 2014/08/19 20:29:51 UTC

fauxton commit: updated refs/heads/secondary-indexes to 7451452

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/secondary-indexes dec590796 -> 74514525c


padding to design doc meta data


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

Branch: refs/heads/secondary-indexes
Commit: 74514525c78773c790650774d3895c02495df8f2
Parents: dec5907
Author: deathbearbrown <de...@gmail.com>
Authored: Tue Aug 19 14:29:49 2014 -0400
Committer: deathbearbrown <de...@gmail.com>
Committed: Tue Aug 19 14:29:49 2014 -0400

----------------------------------------------------------------------
 app/addons/documents/views.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/74514525/app/addons/documents/views.js
----------------------------------------------------------------------
diff --git a/app/addons/documents/views.js b/app/addons/documents/views.js
index 8553d79..8ac6adc 100644
--- a/app/addons/documents/views.js
+++ b/app/addons/documents/views.js
@@ -655,6 +655,7 @@ function(app, FauxtonAPI, Components, Documents, Databases, Views, QueryOptions,
 
 
   Views.DdocInfo = FauxtonAPI.View.extend({
+    className: "view",
     template: "addons/documents/templates/ddoc_info",
 
     initialize: function (options) {