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 2013/12/10 09:26:00 UTC

[2/2] git commit: updated refs/heads/master to 6c71f2c

hid code editor tab when editing a doc

The single tab was sad and lonely. Left all
the JS around, though, for when Feild Editor
decides to rejoin Code Editor.


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

Branch: refs/heads/master
Commit: 4f557a2029e495c8d1dc59ea435d1952f5cd19db
Parents: 05d2f29
Author: BigBlueHat <by...@bigbluehat.com>
Authored: Fri Dec 6 15:13:43 2013 -0500
Committer: Garren Smith <ga...@gmail.com>
Committed: Tue Dec 10 10:25:22 2013 +0200

----------------------------------------------------------------------
 src/fauxton/app/templates/documents/doc_field_editor_tabs.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/4f557a20/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 af34b71..766647c 100644
--- a/src/fauxton/app/templates/documents/doc_field_editor_tabs.html
+++ b/src/fauxton/app/templates/documents/doc_field_editor_tabs.html
@@ -12,8 +12,8 @@ License for the specific language governing permissions and limitations under
 the License.
 -->
 
-<ul class="nav nav-tabs">
-  <!--<li id="field_editor" class="<%= isSelectedClass('field_editor') %>"><a href="#<%= doc.url('app') %>/field_editor">Doc fields</a></li>-->
+<!--<ul class="nav nav-tabs">
+  <li id="field_editor" class="<%= isSelectedClass('field_editor') %>"><a href="#<%= doc.url('app') %>/field_editor">Doc fields</a></li>
   <li id="code_editor" class="<%= isSelectedClass('code_editor') %>"><a href="#<%= doc.url('app') %>/code_editor"><i class="icon-pencil"> </i> Code editor</a>
   </li>
-</ul>
+</ul>-->