Repository: cordova-docs
Updated Branches:
  refs/heads/cordova-website f01b7401f -> 7ce8ade50


Fixing plugins tab.


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/7ce8ade5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/7ce8ade5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/7ce8ade5

Branch: refs/heads/cordova-website
Commit: 7ce8ade50f07395187ac9736c0118111476b44ad
Parents: f01b740
Author: Dmitry Blotsky <[email protected]>
Authored: Tue Aug 18 15:31:33 2015 -0700
Committer: Dmitry Blotsky <[email protected]>
Committed: Tue Aug 18 15:31:33 2015 -0700

----------------------------------------------------------------------
 www/_includes/header.html | 2 +-
 www/plugins/index.html    | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/7ce8ade5/www/_includes/header.html
----------------------------------------------------------------------
diff --git a/www/_includes/header.html b/www/_includes/header.html
index 827013d..91bd4cd 100644
--- a/www/_includes/header.html
+++ b/www/_includes/header.html
@@ -17,7 +17,7 @@
                     <li {% if page.docs_tab %}class="active"{% endif %}>
                         <a href="{{ site.baseurl 
}}/docs/en/edge/guide/cli/">Documentation</a>
                     </li>
-                    <li>
+                    <li {% if page.plugins_tab %}class="active"{% endif %}>
                         <a href="{{ site.baseurl }}/plugins">Plugins</a>
                     </li>
                     <li {% if page.blog_tab %}class="active"{% endif %}>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/7ce8ade5/www/plugins/index.html
----------------------------------------------------------------------
diff --git a/www/plugins/index.html b/www/plugins/index.html
index 6fb846b..a46deb5 100644
--- a/www/plugins/index.html
+++ b/www/plugins/index.html
@@ -1,6 +1,7 @@
 ---
 layout: cordova
 title: Apache Cordova Plugins
+plugins_tab: true
 ---
 
 <!-- REMOVE THIS LINK BEFORE PUBLISHING.  This is just for IntelliSense while 
coding -->
@@ -142,4 +143,4 @@ title: Apache Cordova Plugins
 
 
 </div>
-<!-- /container -->
\ No newline at end of file
+<!-- /container -->


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to