You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2014/06/07 23:04:33 UTC

[09/15] fauxton commit: updated refs/heads/import-master to 8cb432c

Fauxton: add missing closing tags


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

Branch: refs/heads/import-master
Commit: 834aaa0ba38b8acbe83ad202d23cb45979539ef8
Parents: 54eea1b
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

----------------------------------------------------------------------
 app/templates/layouts/with_sidebar.html      | 10 +++++-----
 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-fauxton/blob/834aaa0b/app/templates/layouts/with_sidebar.html
----------------------------------------------------------------------
diff --git a/app/templates/layouts/with_sidebar.html b/app/templates/layouts/with_sidebar.html
index 0bba4a1..4eba634 100644
--- a/app/templates/layouts/with_sidebar.html
+++ b/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-fauxton/blob/834aaa0b/app/templates/layouts/with_tabs.html
----------------------------------------------------------------------
diff --git a/app/templates/layouts/with_tabs.html b/app/templates/layouts/with_tabs.html
index 8bfc7e0..fc372ff 100644
--- a/app/templates/layouts/with_tabs.html
+++ b/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-fauxton/blob/834aaa0b/app/templates/layouts/with_tabs_sidebar.html
----------------------------------------------------------------------
diff --git a/app/templates/layouts/with_tabs_sidebar.html b/app/templates/layouts/with_tabs_sidebar.html
index d4efc8d..c808ac9 100644
--- a/app/templates/layouts/with_tabs_sidebar.html
+++ b/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>