You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ch...@apache.org on 2013/04/03 02:02:57 UTC

git commit: updated refs/heads/master to 0d01e36

Updated Branches:
  refs/heads/master 97505126c -> 0d01e365d


Clean up view doc page

* Remove giant doc id
* Disable the field editor tab until we get something that works


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

Branch: refs/heads/master
Commit: 0d01e365d6532be22620808036bdb2953fee0d15
Parents: 9750512
Author: Russell Branca <ch...@gmail.com>
Authored: Tue Apr 2 16:56:15 2013 -0700
Committer: Russell Branca <ch...@gmail.com>
Committed: Tue Apr 2 16:56:15 2013 -0700

----------------------------------------------------------------------
 src/fauxton/app/templates/documents/doc.html       |    4 ----
 .../templates/documents/doc_field_editor_tabs.html |    2 +-
 2 files changed, 1 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/0d01e365/src/fauxton/app/templates/documents/doc.html
----------------------------------------------------------------------
diff --git a/src/fauxton/app/templates/documents/doc.html b/src/fauxton/app/templates/documents/doc.html
index d662294..044866b 100644
--- a/src/fauxton/app/templates/documents/doc.html
+++ b/src/fauxton/app/templates/documents/doc.html
@@ -13,10 +13,6 @@ the License.
 -->
 
 <div id="doc">
-  <div class="page-header">
-    <h2>Doc: <%= doc.id %></h2>
-  </div>
-
   <div class="errors-container"></div>
 
   <textarea class="doc-code"><%= JSON.stringify(doc.attributes, null, "  ") %></textarea>

http://git-wip-us.apache.org/repos/asf/couchdb/blob/0d01e365/src/fauxton/app/templates/documents/doc_field_editor_tabs.html
----------------------------------------------------------------------
diff --git a/src/fauxton/app/templates/documents/doc_field_editor_tabs.html b/src/fauxton/app/templates/documents/doc_field_editor_tabs.html
index bb16d73..ecb0e48 100644
--- a/src/fauxton/app/templates/documents/doc_field_editor_tabs.html
+++ b/src/fauxton/app/templates/documents/doc_field_editor_tabs.html
@@ -13,7 +13,7 @@ the License.
 -->
 
 <ul class="nav nav-tabs">
-  <li class="<%= isSelectedClass('field_editor') %>"><a href="#<%= doc.url('app') %>/field_editor">Doc fields</a></li>
+  <!--<li class="<%= isSelectedClass('field_editor') %>"><a href="#<%= doc.url('app') %>/field_editor">Doc fields</a></li>-->
   <li class="<%= isSelectedClass('code_editor') %>"><a href="#<%= doc.url('app') %>/code_editor"><i class="icon-pencil"></i> Code editor</a></li>
   <ul class="nav pull-right" style="margin:5px 10px 0px 10px;">
     <li>