Open abbasjaber opened 9 years ago
@abbasjaber I'm deprecating this repository in favor of this one:
https://github.com/Yellowen/admin_lte
Which support's LTR and RTL version of AdminLTE using SASS language. It's ruby gem so if you are a ruby user just add 'admin_lte
' gem to you gemfile and include proper manifests in your assets pipline manifest.
But If you're not a ruby user you simply can extract the SASS source code and put them in your project and have fun with them.
NOTE: admin_lte
gem is still under development. LTR version works find but I need to do some adjustment for RTL version. We are currently use both of them in production.
@lxsameer I m not a ruby user maybe i will be :) ,, i added the source code into my project i got
i m sorry if I m bothering you but i need more detail thanks ..
no problem. Do you have any public repo for your code?
Thanks for support ,,, it works fine for now
Hi. [Sorry for my bad English]
I have done this way:
Step 1: install admin_lte
Step 2: add [app/assets/stylesheets/application.css] and [app/assets/javascript/application.js] //= require admin_lte/rtl/admin_lte //= require admin_lte/admin_lte
Step 3: rake convert
Rake convert message:
Step 4: Open in Browser
Hello @lxsameer I appreciate your job, but not worked with me so Can you explain more?!