summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBigBlueHat <byoung@bigbluehat.com>2013-12-06 15:13:43 -0500
committerGarren Smith <garren.smith@gmail.com>2013-12-10 10:25:22 +0200
commit4f557a2029e495c8d1dc59ea435d1952f5cd19db (patch)
tree96501b2ae510420a6b175107ade896842715fe18
parent05d2f2983bb01522c8d9d9fd7735d20cc4bdb1a0 (diff)
downloadcouchdb-4f557a2029e495c8d1dc59ea435d1952f5cd19db.tar.gz
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.
-rw-r--r--src/fauxton/app/templates/documents/doc_field_editor_tabs.html6
1 files changed, 3 insertions, 3 deletions
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 af34b71bb..766647cb2 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>-->