Updated Branches: refs/heads/master cc94a0d21 -> db3610361
Eventually we should clean up these layout files to see which ones actually use tabs Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/db361036 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/db361036 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/db361036 Branch: refs/heads/master Commit: db3610361fdb0f9089de7cdb9047d401f9221446 Parents: cc94a0d Author: suelockwood <[email protected]> Authored: Thu Oct 17 13:17:32 2013 -0400 Committer: suelockwood <[email protected]> Committed: Thu Oct 17 13:17:32 2013 -0400 ---------------------------------------------------------------------- .../app/templates/layouts/one_pane_notabs.html | 27 ++++++++++++++++++++ 1 file changed, 27 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/db361036/src/fauxton/app/templates/layouts/one_pane_notabs.html ---------------------------------------------------------------------- diff --git a/src/fauxton/app/templates/layouts/one_pane_notabs.html b/src/fauxton/app/templates/layouts/one_pane_notabs.html new file mode 100644 index 0000000..f58661f --- /dev/null +++ b/src/fauxton/app/templates/layouts/one_pane_notabs.html @@ -0,0 +1,27 @@ +<!-- +Licensed under the Apache License, Version 2.0 (the "License"); you may not +use this file except in compliance with the License. You may obtain a copy of +the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +License for the specific language governing permissions and limitations under +the License. +--> + +<div id="primary-navbar"></div> +<div id="dashboard" class="container-fluid one-pane"> + <div class="fixed-header"> + <div id="breadcrumbs"></div> + <div id="api-navbar"></div> + </div> + + + <div class="row-fluid content-area"> + <div id="dashboard-content" class="window-resizeable"></div> + </div> +</div> +
