Breadcrumbs React port: remove unused classname PR: #732 PR-URL: https://github.com/apache/couchdb-fauxton/pull/732 Reviewed-By: garren smith <garren.sm...@gmail.com>
Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/42259fd3 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/42259fd3 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/42259fd3 Branch: refs/heads/master Commit: 42259fd30a5722b5e5dde2191bc585cad2e1938c Parents: 50e08c8 Author: Robert Kowalski <robertkowal...@apache.org> Authored: Wed Jun 22 15:55:23 2016 +0200 Committer: Robert Kowalski <robertkowal...@apache.org> Committed: Mon Jul 4 15:25:28 2016 +0200 ---------------------------------------------------------------------- app/templates/layouts/with_tabs_sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/42259fd3/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 e90d4a5..60c3298 100644 --- a/app/templates/layouts/with_tabs_sidebar.html +++ b/app/templates/layouts/with_tabs_sidebar.html @@ -15,7 +15,7 @@ the License. <div id="dashboard" class="with-sidebar"> <header class="two-panel-header"> <div class="flex-layout flex-row"> - <div id="breadcrumbs" class="sidebar"></div> + <div id="breadcrumbs"></div> <div class="right-header-wrapper flex-layout flex-row flex-body"> <div id="react-headerbar" class="flex-body"></div> <div id="right-header" class="flex-fill"></div>