Remove unused templates
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/bea8c6d1 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/bea8c6d1 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/bea8c6d1 Branch: refs/heads/api-options Commit: bea8c6d16b753d89fd0452eecb7d2bb766a3a06e Parents: b71c719 Author: suelockwood <[email protected]> Authored: Mon Jan 13 14:45:31 2014 -0500 Committer: suelockwood <[email protected]> Committed: Mon Jan 13 14:46:00 2014 -0500 ---------------------------------------------------------------------- .../app/templates/layouts/one_pane_notabs.html | 27 -------------------- .../templates/layouts/with_right_sidebar.html | 26 ------------------- 2 files changed, 53 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/bea8c6d1/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 deleted file mode 100644 index f58661f..0000000 --- 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> - http://git-wip-us.apache.org/repos/asf/couchdb/blob/bea8c6d1/src/fauxton/app/templates/layouts/with_right_sidebar.html ---------------------------------------------------------------------- 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 ade5b82..0000000 --- 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> -
