summaryrefslogtreecommitdiff
path: root/src/fauxton/app/templates/layouts/two_pane.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/fauxton/app/templates/layouts/two_pane.html')
-rw-r--r--src/fauxton/app/templates/layouts/two_pane.html30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/fauxton/app/templates/layouts/two_pane.html b/src/fauxton/app/templates/layouts/two_pane.html
deleted file mode 100644
index 0c3165e45..000000000
--- a/src/fauxton/app/templates/layouts/two_pane.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
-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">
- <div class="fixed-header">
- <div id="breadcrumbs"></div>
- <div id="api-navbar"></div>
- </div>
-
-
- <div class="row-fluid content-area">
- <div id="tabs" class="row"></div>
- <div id="left-content" class="span6"></div>
- <div id="right-content" class="span6"></div>
- </div>
-</div>
-