Quick fix for tabs and the change in expected data structure Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ba682f48 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ba682f48 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ba682f48 Branch: refs/heads/fauxton Commit: ba682f48aa65961877b5a5de0ebfc8a2c87e3db7 Parents: fc3a498 Author: Russell Branca Authored: Wed Feb 6 11:17:15 2013 -0800 Committer: Russell Branca Committed: Wed Feb 6 11:17:15 2013 -0800 ---------------------------------------------------------------------- src/fauxton/app/modules/documents/routes.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/ba682f48/src/fauxton/app/modules/documents/routes.js ---------------------------------------------------------------------- diff --git a/src/fauxton/app/modules/documents/routes.js b/src/fauxton/app/modules/documents/routes.js index 5e5838d..801fa60 100644 --- a/src/fauxton/app/modules/documents/routes.js +++ b/src/fauxton/app/modules/documents/routes.js @@ -99,7 +99,7 @@ function(app, FauxtonAPI, Documents, Databases) { "#tabs": new Documents.Views.Tabs({ collection: data.designDocs, - database: data.database.id + database: data.database }), "#dashboard-content": new Documents.Views.ViewEditor({ @@ -401,7 +401,7 @@ function(app, FauxtonAPI, Documents, Databases) { "#tabs": new Documents.Views.Tabs({ collection: data.designDocs, - database: data.database.id + database: data.database }) },