You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by dc...@apache.org on 2014/08/14 01:26:08 UTC

[20/50] couchdb commit: updated refs/heads/1.6.x to eeb31cb

Fauxton: add missing closing tags


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/705711eb
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/705711eb
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/705711eb

Branch: refs/heads/1.6.x
Commit: 705711eb1b9bd4ba5cee74f7a5fd9c933dd70c09
Parents: 9c301c1
Author: Robert Kowalski <ro...@kowalski.gd>
Authored: Thu May 29 17:28:50 2014 +0200
Committer: Robert Kowalski <ro...@kowalski.gd>
Committed: Thu May 29 17:32:54 2014 +0200

----------------------------------------------------------------------
 src/fauxton/app/templates/layouts/with_sidebar.html     | 10 +++++-----
 src/fauxton/app/templates/layouts/with_tabs.html        | 11 +++++------
 .../app/templates/layouts/with_tabs_sidebar.html        | 12 +++++-------
 3 files changed, 15 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/705711eb/src/fauxton/app/templates/layouts/with_sidebar.html
----------------------------------------------------------------------
diff --git a/src/fauxton/app/templates/layouts/with_sidebar.html b/src/fauxton/app/templates/layouts/with_sidebar.html
index 0bba4a1..4eba634 100644
--- a/src/fauxton/app/templates/layouts/with_sidebar.html
+++ b/src/fauxton/app/templates/layouts/with_sidebar.html
@@ -15,13 +15,13 @@ the License.
 
 <div id="primary-navbar"></div>
 <div id="dashboard" class="container-fluid">
-<header class="fixed-header">
-  <div id="breadcrumbs"></div>
-  <div id="api-navbar"></div>
-</header>
+  <header class="fixed-header">
+    <div id="breadcrumbs"></div>
+    <div id="api-navbar"></div>
+  </header>
+
   <div class="with-sidebar content-area">
     <div id="sidebar-content" class="sidebar"></div>
     <div id="dashboard-content" class="list window-resizeable"></div>
   </div>
 </div>
-

http://git-wip-us.apache.org/repos/asf/couchdb/blob/705711eb/src/fauxton/app/templates/layouts/with_tabs.html
----------------------------------------------------------------------
diff --git a/src/fauxton/app/templates/layouts/with_tabs.html b/src/fauxton/app/templates/layouts/with_tabs.html
index 8bfc7e0..fc372ff 100644
--- a/src/fauxton/app/templates/layouts/with_tabs.html
+++ b/src/fauxton/app/templates/layouts/with_tabs.html
@@ -15,14 +15,13 @@ 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="fixed-header">
+    <div id="breadcrumbs"></div>
+    <div id="api-navbar"></div>
+  </div>
 
   <div class="row-fluid content-area">
   	<div id="tabs" class="row-fluid"></div>
     <div id="dashboard-content" class="list span12 window-resizeable"></div>
   </div>
-
-
+</div>

http://git-wip-us.apache.org/repos/asf/couchdb/blob/705711eb/src/fauxton/app/templates/layouts/with_tabs_sidebar.html
----------------------------------------------------------------------
diff --git a/src/fauxton/app/templates/layouts/with_tabs_sidebar.html b/src/fauxton/app/templates/layouts/with_tabs_sidebar.html
index d4efc8d..c808ac9 100644
--- a/src/fauxton/app/templates/layouts/with_tabs_sidebar.html
+++ b/src/fauxton/app/templates/layouts/with_tabs_sidebar.html
@@ -15,11 +15,10 @@ the License.
 <div id="primary-navbar"></div>
 <div id="dashboard" class="container-fluid">
 
-<header class="fixed-header">
-  <div id="breadcrumbs"></div>
-  <div id="api-navbar"></div>
-</header>
-
+  <header class="fixed-header">
+    <div id="breadcrumbs"></div>
+    <div id="api-navbar"></div>
+  </header>
 
   <div class="with-sidebar content-area">
 
@@ -37,5 +36,4 @@ the License.
     </section>
 
   </div>
-
-
+</div>