summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsuelockwood <deathbear@apache.org>2014-01-13 14:45:31 -0500
committersuelockwood <deathbear@apache.org>2014-01-13 14:46:00 -0500
commitbea8c6d16b753d89fd0452eecb7d2bb766a3a06e (patch)
tree59541a756c90eb841be74c1785f21a8dae06bb98
parentb71c719dc44bbda8ec169320a38216e560b863c2 (diff)
downloadcouchdb-bea8c6d16b753d89fd0452eecb7d2bb766a3a06e.tar.gz
Remove unused templates
-rw-r--r--src/fauxton/app/templates/layouts/one_pane_notabs.html27
-rw-r--r--src/fauxton/app/templates/layouts/with_right_sidebar.html26
2 files changed, 0 insertions, 53 deletions
diff --git a/src/fauxton/app/templates/layouts/one_pane_notabs.html b/src/fauxton/app/templates/layouts/one_pane_notabs.html
deleted file mode 100644
index f58661fce..000000000
--- a/src/fauxton/app/templates/layouts/one_pane_notabs.html
+++ /dev/null
@@ -1,27 +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 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>
-
diff --git a/src/fauxton/app/templates/layouts/with_right_sidebar.html b/src/fauxton/app/templates/layouts/with_right_sidebar.html
deleted file mode 100644
index ade5b8207..000000000
--- a/src/fauxton/app/templates/layouts/with_right_sidebar.html
+++ /dev/null
@@ -1,26 +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="with-sidebar-right content-area">
- <div id="dashboard-content" class="list"></div>
- <div id="sidebar-content" class="sidebar pull-right window-resizeable"></div>
- </div>
-</div>
-