Merge branch 'Gentelella-BS4' into update-15-redo

pull/780/head
razvanaldea89 6 years ago committed by GitHub
commit abaa9da548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,6 +35,13 @@ bower install gentelella --save
``` ```
npm install gentelella --save npm install gentelella --save
``` ```
**yarn**
```
yarn add gentelella --save
```
## Get paid to contribute :heavy_dollar_sign: :heavy_dollar_sign: ## Get paid to contribute :heavy_dollar_sign: :heavy_dollar_sign:
This project has been growing and reaching people in so many forms that we can't simply believe it. We set out to build, maintain & improve (what we believe to be) one of the greatest HTML Admin dashboard templates and we've been fortunate enough to see it grow beyond our wildest dreams. As such, Colorlib (known previously as puikinsih), is opening up the 'get paid to contribute' project. This project has been growing and reaching people in so many forms that we can't simply believe it. We set out to build, maintain & improve (what we believe to be) one of the greatest HTML Admin dashboard templates and we've been fortunate enough to see it grow beyond our wildest dreams. As such, Colorlib (known previously as puikinsih), is opening up the 'get paid to contribute' project.
@ -43,6 +50,7 @@ Anyone interested in getting paid to contribute to this project, should contact
We're looking for people that love this project as much as we do, to help us reach our mission - build the greatest Admin HTML template the Internet has seen. We're looking for people that love this project as much as we do, to help us reach our mission - build the greatest Admin HTML template the Internet has seen.
## How to contribute ## How to contribute
To contribute, please ensure that you have stable [Node.js](https://nodejs.org/) and [npm](https://npmjs.com) installed. To contribute, please ensure that you have stable [Node.js](https://nodejs.org/) and [npm](https://npmjs.com) installed.
@ -72,6 +80,7 @@ If `gulp` is installed, follow the steps below.
* [Gentelella on Beego] (https://github.com/jun283/beegoAdmin) Gentelella for Beego Framework * [Gentelella on Beego] (https://github.com/jun283/beegoAdmin) Gentelella for Beego Framework
* [Gentelella on CakePHP 3](https://github.com/backstageel/cakephp-gentelella-theme) Gentelella modified to work on CakePHP * [Gentelella on CakePHP 3](https://github.com/backstageel/cakephp-gentelella-theme) Gentelella modified to work on CakePHP
* [Gentelella right to left](https://github.com/mortezakarimi/gentelella-rtl) Gentelella modified to work with right to left languages like Persian * [Gentelella right to left](https://github.com/mortezakarimi/gentelella-rtl) Gentelella modified to work with right to left languages like Persian
* [Gentelella-rtl on Yii framework 2](https://github.com/mortezakarimi/yii2-gentelella-rtl) with an asset bundle, a layout template and some widgets. inspired from [Gentelella on Yii framework 2](https://github.com/yiister/yii2-gentelella)
Let us know if you have done integration for this admin template on other platforms and frameworks and we'll be happy to share your work. Let us know if you have done integration for this admin template on other platforms and frameworks and we'll be happy to share your work.

@ -194,6 +194,7 @@ $(document).ready(function () {
if (!$li.parent().is('.child_menu')) { if (!$li.parent().is('.child_menu')) {
$SIDEBAR_MENU.find('li').removeClass('active active-sm'); $SIDEBAR_MENU.find('li').removeClass('active active-sm');
$SIDEBAR_MENU.find('li ul').slideUp(); $SIDEBAR_MENU.find('li ul').slideUp();
} else { } else {
if ($BODY.is(".nav-sm")) { if ($BODY.is(".nav-sm")) {
if (!$li.parent().is('.child_menu')) { if (!$li.parent().is('.child_menu')) {
@ -202,6 +203,7 @@ $(document).ready(function () {
} }
} }
} }
$li.addClass('active'); $li.addClass('active');
child_menu.slideDown(function () { child_menu.slideDown(function () {

Loading…
Cancel
Save