Skip to content

Commit 991400d

Browse files
committed
Added AdminLTE 2.3.2 and removed old codes
1 parent 05de0bd commit 991400d

File tree

393 files changed

+106568
-10361
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

393 files changed

+106568
-10361
lines changed

Diff for: .gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "AdminLTE"]
2+
path = AdminLTE
3+
url = https://github.com/almasaeed2010/AdminLTE

Diff for: AdminLTE

Submodule AdminLTE added at 1ee281b

Diff for: Rakefile

-15
This file was deleted.

Diff for: adminlte-rails.gemspec

-5
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,4 @@ Gem::Specification.new do |s|
1313
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
1414
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
1515
s.require_paths = ['lib']
16-
s.add_dependency 'thor', '~> 0.14'
17-
s.add_development_dependency 'bundler', '~> 1.0'
18-
s.add_development_dependency 'rails', '>= 3.0'
19-
s.add_development_dependency 'httpclient', '~> 2.2'
20-
s.add_development_dependency 'byebug'
2116
end

Diff for: lib/adminlte-rails/engine.rb

-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
module AdminLTE
22
module Rails
33
class Engine < ::Rails::Engine
4-
initializer :images do |app|
5-
app.config.assets.precompile += %w( auth.css auth.js iCheck/flat/_all.css )
6-
app.config.assets.precompile << /\.(?:svg|eot|woff|ttf)\z/
7-
app.config.assets.precompile += %w(*.png *.jpg *.jpeg *.gif)
8-
end
94
end
105
end
116
end

Diff for: lib/adminlte-rails/source_file.rb

-146
This file was deleted.

Diff for: lib/adminlte-rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module AdminLTE
22
module Rails
3-
VERSION = '1.3.3'
3+
VERSION = '2.3.2'
44
end
55
end

Diff for: vendor/assets/images/avatar.png

-18.7 KB
Loading

Diff for: vendor/assets/images/avatar04.png

13.7 KB
Loading

Diff for: vendor/assets/images/avatar2.png

-19.2 KB
Loading

Diff for: vendor/assets/images/avatar3.png

-22.2 KB
Loading

Diff for: vendor/assets/images/avatar5.png

7.82 KB
Loading

Diff for: vendor/assets/images/boxed-bg.jpg

121 KB
Loading

Diff for: vendor/assets/images/boxed-bg.png

42.7 KB
Loading

Diff for: vendor/assets/images/credit/american-express.png

2.15 KB
Loading

Diff for: vendor/assets/images/credit/cirrus.png

1.56 KB
Loading

Diff for: vendor/assets/images/credit/mastercard.png

1.56 KB
Loading

Diff for: vendor/assets/images/credit/mestro.png

1.55 KB
Loading

Diff for: vendor/assets/images/credit/paypal.png

2 KB
Loading

Diff for: vendor/assets/images/credit/paypal2.png

1.34 KB
Loading

Diff for: vendor/assets/images/credit/visa.png

1.11 KB
Loading

Diff for: vendor/assets/images/default-50x50.gif

184 Bytes
Loading

Diff for: vendor/assets/images/icons.png

1.13 KB
Loading

Diff for: vendor/assets/images/photo1.png

658 KB
Loading

Diff for: vendor/assets/images/photo2.png

414 KB
Loading

Diff for: vendor/assets/images/photo3.jpg

383 KB
Loading

Diff for: vendor/assets/images/photo4.jpg

1.12 MB
Loading

Diff for: vendor/assets/images/user1-128x128.jpg

2.81 KB
Loading

Diff for: vendor/assets/images/user2-160x160.jpg

6.9 KB
Loading

Diff for: vendor/assets/images/user3-128x128.jpg

3.43 KB
Loading

Diff for: vendor/assets/images/user4-128x128.jpg

3.4 KB
Loading

Diff for: vendor/assets/images/user5-128x128.jpg

6.29 KB
Loading

Diff for: vendor/assets/images/user6-128x128.jpg

4.24 KB
Loading

Diff for: vendor/assets/images/user7-128x128.jpg

6.28 KB
Loading

Diff for: vendor/assets/images/user8-128x128.jpg

4.94 KB
Loading

0 commit comments

Comments
 (0)