Updated Branches: refs/heads/master 77fbb4dbe -> 7ca5f5672
Add Delete_database_modal to the makefile list Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/7ca5f567 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/7ca5f567 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/7ca5f567 Branch: refs/heads/master Commit: 7ca5f56721e4228e0e0fe4f0f47efc0b7ef83ed0 Parents: 77fbb4d Author: suelockwood <[email protected]> Authored: Wed Jan 29 10:43:12 2014 -0500 Committer: suelockwood <[email protected]> Committed: Wed Jan 29 10:43:12 2014 -0500 ---------------------------------------------------------------------- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/7ca5f567/src/Makefile.am ---------------------------------------------------------------------- diff --git a/src/Makefile.am b/src/Makefile.am index 0f5c491..5380bd9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -157,6 +157,7 @@ FAUXTON_FILES = \ fauxton/app/addons/documents/templates/all_docs_number.html \ fauxton/app/addons/documents/templates/changes.html \ fauxton/app/addons/documents/templates/ddoc_info.html \ + fauxton/app/addons/documents/templates/delete_database_modal.html \ fauxton/app/addons/documents/templates/design_doc_selector.html \ fauxton/app/addons/documents/templates/doc.html \ fauxton/app/addons/documents/templates/doc_field_editor.html \
