start_bootstrap_admin_theme 0.1.0 → 0.1.1.pre.alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +0 -13
- data/app/views/start_bootstrap_admin_theme/pages/{404.html → 404.html.erb} +6 -6
- data/app/views/start_bootstrap_admin_theme/pages/{blank.html → blank.html.erb} +6 -6
- data/app/views/start_bootstrap_admin_theme/pages/{buttons.html → buttons.html.erb} +6 -6
- data/app/views/start_bootstrap_admin_theme/pages/{cards.html → cards.html.erb} +6 -6
- data/app/views/start_bootstrap_admin_theme/pages/{charts.html → charts.html.erb} +10 -10
- data/app/views/start_bootstrap_admin_theme/pages/{forgot-password.html → forgot-password.html.erb} +6 -6
- data/app/views/start_bootstrap_admin_theme/pages/{index.html → index.html.erb} +10 -10
- data/app/views/start_bootstrap_admin_theme/pages/{login.html → login.html.erb} +6 -6
- data/app/views/start_bootstrap_admin_theme/pages/{register.html → register.html.erb} +6 -6
- data/app/views/start_bootstrap_admin_theme/pages/{tables.html → tables.html.erb} +10 -10
- data/app/views/start_bootstrap_admin_theme/pages/{utilities-animation.html → utilities-animation.html.erb} +6 -6
- data/app/views/start_bootstrap_admin_theme/pages/{utilities-border.html → utilities-border.html.erb} +6 -6
- data/app/views/start_bootstrap_admin_theme/pages/{utilities-color.html → utilities-color.html.erb} +6 -6
- data/app/views/start_bootstrap_admin_theme/pages/{utilities-other.html → utilities-other.html.erb} +6 -6
- data/lib/start_bootstrap_admin_theme/engine.rb +10 -0
- data/lib/start_bootstrap_admin_theme/version.rb +1 -1
- data/vendor/assets/images/start_bootstrap_admin_theme/img/undraw_posting_photo.svg +1 -0
- data/vendor/assets/images/start_bootstrap_admin_theme/vendor/fontawesome-free/webfonts/fa-brands-400.eot +0 -0
- data/vendor/assets/images/start_bootstrap_admin_theme/vendor/fontawesome-free/webfonts/fa-brands-400.svg +3449 -0
- data/vendor/assets/images/start_bootstrap_admin_theme/vendor/fontawesome-free/webfonts/fa-brands-400.ttf +0 -0
- data/vendor/assets/images/start_bootstrap_admin_theme/vendor/fontawesome-free/webfonts/fa-brands-400.woff +0 -0
- data/vendor/assets/images/start_bootstrap_admin_theme/vendor/fontawesome-free/webfonts/fa-brands-400.woff2 +0 -0
- data/vendor/assets/images/start_bootstrap_admin_theme/vendor/fontawesome-free/webfonts/fa-regular-400.eot +0 -0
- data/vendor/assets/images/start_bootstrap_admin_theme/vendor/fontawesome-free/webfonts/fa-regular-400.svg +803 -0
- data/vendor/assets/images/start_bootstrap_admin_theme/vendor/fontawesome-free/webfonts/fa-regular-400.ttf +0 -0
- data/vendor/assets/images/start_bootstrap_admin_theme/vendor/fontawesome-free/webfonts/fa-regular-400.woff +0 -0
- data/vendor/assets/images/start_bootstrap_admin_theme/vendor/fontawesome-free/webfonts/fa-regular-400.woff2 +0 -0
- data/vendor/assets/images/start_bootstrap_admin_theme/vendor/fontawesome-free/webfonts/fa-solid-900.eot +0 -0
- data/vendor/assets/images/start_bootstrap_admin_theme/vendor/fontawesome-free/webfonts/fa-solid-900.svg +4649 -0
- data/vendor/assets/images/start_bootstrap_admin_theme/vendor/fontawesome-free/webfonts/fa-solid-900.ttf +0 -0
- data/vendor/assets/images/start_bootstrap_admin_theme/vendor/fontawesome-free/webfonts/fa-solid-900.woff +0 -0
- data/vendor/assets/images/start_bootstrap_admin_theme/vendor/fontawesome-free/webfonts/fa-solid-900.woff2 +0 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/js/demo/chart-area-demo.js +118 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/js/demo/chart-bar-demo.js +111 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/js/demo/chart-pie-demo.js +35 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/js/demo/datatables-demo.js +4 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/js/sb-admin-2.js +49 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/js/sb-admin-2.min.js +7 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/vendor/bootstrap/js/bootstrap.bundle.js +7013 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/vendor/bootstrap/js/bootstrap.bundle.min.js +7 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/vendor/bootstrap/js/bootstrap.js +4435 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/vendor/bootstrap/js/bootstrap.min.js +7 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/vendor/chart.js/Chart.bundle.js +19288 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/vendor/chart.js/Chart.bundle.min.js +7 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/vendor/chart.js/Chart.js +14680 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/vendor/chart.js/Chart.min.js +7 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/vendor/datatables/dataTables.bootstrap4.css +206 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/vendor/datatables/dataTables.bootstrap4.js +184 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/vendor/datatables/dataTables.bootstrap4.min.css +1 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/vendor/datatables/dataTables.bootstrap4.min.js +8 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/vendor/datatables/jquery.dataTables.js +15296 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/vendor/datatables/jquery.dataTables.min.js +166 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/vendor/jquery-easing/jquery.easing.compatibility.js +59 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/vendor/jquery-easing/jquery.easing.js +166 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/vendor/jquery-easing/jquery.easing.min.js +1 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/vendor/jquery/jquery.js +10598 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/vendor/jquery/jquery.min.js +2 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/vendor/jquery/jquery.slim.js +8495 -0
- data/vendor/assets/javascripts/start_bootstrap_admin_theme/vendor/jquery/jquery.slim.min.js +2 -0
- data/vendor/assets/stylesheets/start_bootstrap_admin_theme/css/sb-admin-2.css +10998 -0
- data/vendor/assets/stylesheets/start_bootstrap_admin_theme/css/sb-admin-2.min.css +10 -0
- data/vendor/assets/stylesheets/start_bootstrap_admin_theme/vendor/fontawesome-free/css/all.css.erb +4396 -0
- data/vendor/assets/stylesheets/start_bootstrap_admin_theme/vendor/fontawesome-free/css/all.min.css.erb +5 -0
- data/vendor/assets/stylesheets/start_bootstrap_admin_theme/vendor/fontawesome-free/css/brands.css.erb +14 -0
- data/vendor/assets/stylesheets/start_bootstrap_admin_theme/vendor/fontawesome-free/css/brands.min.css.erb +5 -0
- data/vendor/assets/stylesheets/start_bootstrap_admin_theme/vendor/fontawesome-free/css/fontawesome.css.erb +4363 -0
- data/vendor/assets/stylesheets/start_bootstrap_admin_theme/vendor/fontawesome-free/css/fontawesome.min.css.erb +5 -0
- data/vendor/assets/stylesheets/start_bootstrap_admin_theme/vendor/fontawesome-free/css/regular.css.erb +15 -0
- data/vendor/assets/stylesheets/start_bootstrap_admin_theme/vendor/fontawesome-free/css/regular.min.css.erb +5 -0
- data/vendor/assets/stylesheets/start_bootstrap_admin_theme/vendor/fontawesome-free/css/solid.css.erb +16 -0
- data/vendor/assets/stylesheets/start_bootstrap_admin_theme/vendor/fontawesome-free/css/solid.min.css.erb +5 -0
- data/vendor/assets/stylesheets/start_bootstrap_admin_theme/vendor/fontawesome-free/css/svg-with-js.css.erb +371 -0
- data/vendor/assets/stylesheets/start_bootstrap_admin_theme/vendor/fontawesome-free/css/svg-with-js.min.css.erb +5 -0
- data/vendor/assets/stylesheets/start_bootstrap_admin_theme/vendor/fontawesome-free/css/v4-shims.css.erb +2166 -0
- data/vendor/assets/stylesheets/start_bootstrap_admin_theme/vendor/fontawesome-free/css/v4-shims.min.css.erb +5 -0
- metadata +82 -26
- data/app/jobs/start_bootstrap_admin_theme/application_job.rb +0 -4
- data/app/mailers/start_bootstrap_admin_theme/application_mailer.rb +0 -6
- data/app/models/start_bootstrap_admin_theme/application_record.rb +0 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7fdb500ab3d8f99707432f3830c9879197106d99e66cb15219daedcace21a967
|
4
|
+
data.tar.gz: 1da729bdc9baf0861fdd5c190f10e1b651543f419e77c7818e7316c053bc9ed1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bdc7c785518dda9e1ba11b3658c691a8574404d2eb394d1af898b2dbe791fdfc9c1142dfe563cf3fd30b376e7b2482fa93d8a4e7b22c07b9f5e8fb9bd8a2d300
|
7
|
+
data.tar.gz: '0596a848595db60e59ae662d21fc16e3c7faa247abffe07f77e412c083795f04ab0a7215b60cced233e8dd1087aec7d9d309457f852cc49dc0b6c4eebb8d0528'
|
data/Rakefile
CHANGED
@@ -14,19 +14,6 @@ RDoc::Task.new(:rdoc) do |rdoc|
|
|
14
14
|
rdoc.rdoc_files.include('lib/**/*.rb')
|
15
15
|
end
|
16
16
|
|
17
|
-
APP_RAKEFILE = File.expand_path("test/dummy/Rakefile", __dir__)
|
18
|
-
load 'rails/tasks/engine.rake'
|
19
|
-
|
20
17
|
load 'rails/tasks/statistics.rake'
|
21
18
|
|
22
19
|
require 'bundler/gem_tasks'
|
23
|
-
|
24
|
-
require 'rake/testtask'
|
25
|
-
|
26
|
-
Rake::TestTask.new(:test) do |t|
|
27
|
-
t.libs << 'test'
|
28
|
-
t.pattern = 'test/**/*_test.rb'
|
29
|
-
t.verbose = false
|
30
|
-
end
|
31
|
-
|
32
|
-
task default: :test
|
@@ -12,11 +12,11 @@
|
|
12
12
|
<title>SB Admin 2 - 404</title>
|
13
13
|
|
14
14
|
<!-- Custom fonts for this template-->
|
15
|
-
|
15
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/vendor/fontawesome-free/css/all.min.css' %>
|
16
16
|
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
|
17
17
|
|
18
18
|
<!-- Custom styles for this template-->
|
19
|
-
|
19
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/css/sb-admin-2.min.css' %>
|
20
20
|
|
21
21
|
</head>
|
22
22
|
|
@@ -386,14 +386,14 @@
|
|
386
386
|
</div>
|
387
387
|
|
388
388
|
<!-- Bootstrap core JavaScript-->
|
389
|
-
|
390
|
-
|
389
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/jquery/jquery.min.js' %>
|
390
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/bootstrap/js/bootstrap.bundle.min.js' %>
|
391
391
|
|
392
392
|
<!-- Core plugin JavaScript-->
|
393
|
-
|
393
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/jquery-easing/jquery.easing.min.js' %>
|
394
394
|
|
395
395
|
<!-- Custom scripts for all pages-->
|
396
|
-
|
396
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/js/sb-admin-2.min.js' %>
|
397
397
|
|
398
398
|
</body>
|
399
399
|
|
@@ -12,11 +12,11 @@
|
|
12
12
|
<title>SB Admin 2 - Blank</title>
|
13
13
|
|
14
14
|
<!-- Custom fonts for this template-->
|
15
|
-
|
15
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/vendor/fontawesome-free/css/all.min.css' %>
|
16
16
|
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
|
17
17
|
|
18
18
|
<!-- Custom styles for this template-->
|
19
|
-
|
19
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/css/sb-admin-2.min.css' %>
|
20
20
|
|
21
21
|
</head>
|
22
22
|
|
@@ -381,14 +381,14 @@
|
|
381
381
|
</div>
|
382
382
|
|
383
383
|
<!-- Bootstrap core JavaScript-->
|
384
|
-
|
385
|
-
|
384
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/jquery/jquery.min.js' %>
|
385
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/bootstrap/js/bootstrap.bundle.min.js' %>
|
386
386
|
|
387
387
|
<!-- Core plugin JavaScript-->
|
388
|
-
|
388
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/jquery-easing/jquery.easing.min.js' %>
|
389
389
|
|
390
390
|
<!-- Custom scripts for all pages-->
|
391
|
-
|
391
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/js/sb-admin-2.min.js' %>
|
392
392
|
|
393
393
|
</body>
|
394
394
|
|
@@ -12,11 +12,11 @@
|
|
12
12
|
<title>SB Admin 2 - Buttons</title>
|
13
13
|
|
14
14
|
<!-- Custom fonts for this template-->
|
15
|
-
|
15
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/vendor/fontawesome-free/css/all.min.css' %>
|
16
16
|
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
|
17
17
|
|
18
18
|
<!-- Custom styles for this template-->
|
19
|
-
|
19
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/css/sb-admin-2.min.css' %>
|
20
20
|
|
21
21
|
</head>
|
22
22
|
|
@@ -546,14 +546,14 @@
|
|
546
546
|
</div>
|
547
547
|
|
548
548
|
<!-- Bootstrap core JavaScript-->
|
549
|
-
|
550
|
-
|
549
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/jquery/jquery.min.js' %>
|
550
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/bootstrap/js/bootstrap.bundle.min.js' %>
|
551
551
|
|
552
552
|
<!-- Core plugin JavaScript-->
|
553
|
-
|
553
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/jquery-easing/jquery.easing.min.js' %>
|
554
554
|
|
555
555
|
<!-- Custom scripts for all pages-->
|
556
|
-
|
556
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/js/sb-admin-2.min.js' %>
|
557
557
|
|
558
558
|
</body>
|
559
559
|
|
@@ -12,11 +12,11 @@
|
|
12
12
|
<title>SB Admin 2 - Cards</title>
|
13
13
|
|
14
14
|
<!-- Custom fonts for this template-->
|
15
|
-
|
15
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/vendor/fontawesome-free/css/all.min.css' %>
|
16
16
|
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
|
17
17
|
|
18
18
|
<!-- Custom styles for this template-->
|
19
|
-
|
19
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/css/sb-admin-2.min.css' %>
|
20
20
|
|
21
21
|
</head>
|
22
22
|
|
@@ -533,14 +533,14 @@
|
|
533
533
|
</div>
|
534
534
|
|
535
535
|
<!-- Bootstrap core JavaScript-->
|
536
|
-
|
537
|
-
|
536
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/jquery/jquery.min.js' %>
|
537
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/bootstrap/js/bootstrap.bundle.min.js' %>
|
538
538
|
|
539
539
|
<!-- Core plugin JavaScript-->
|
540
|
-
|
540
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/jquery-easing/jquery.easing.min.js' %>
|
541
541
|
|
542
542
|
<!-- Custom scripts for all pages-->
|
543
|
-
|
543
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/js/sb-admin-2.min.js' %>
|
544
544
|
|
545
545
|
</body>
|
546
546
|
|
@@ -12,11 +12,11 @@
|
|
12
12
|
<title>SB Admin 2 - Charts</title>
|
13
13
|
|
14
14
|
<!-- Custom fonts for this template-->
|
15
|
-
|
15
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/vendor/fontawesome-free/css/all.min.css' %>
|
16
16
|
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
|
17
17
|
|
18
18
|
<!-- Custom styles for this template-->
|
19
|
-
|
19
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/css/sb-admin-2.min.css' %>
|
20
20
|
|
21
21
|
</head>
|
22
22
|
|
@@ -436,22 +436,22 @@
|
|
436
436
|
</div>
|
437
437
|
|
438
438
|
<!-- Bootstrap core JavaScript-->
|
439
|
-
|
440
|
-
|
439
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/jquery/jquery.min.js' %>
|
440
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/bootstrap/js/bootstrap.bundle.min.js' %>
|
441
441
|
|
442
442
|
<!-- Core plugin JavaScript-->
|
443
|
-
|
443
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/jquery-easing/jquery.easing.min.js' %>
|
444
444
|
|
445
445
|
<!-- Custom scripts for all pages-->
|
446
|
-
|
446
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/js/sb-admin-2.min.js' %>
|
447
447
|
|
448
448
|
<!-- Page level plugins -->
|
449
|
-
|
449
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/chart.js/Chart.min.js' %>
|
450
450
|
|
451
451
|
<!-- Page level custom scripts -->
|
452
|
-
|
453
|
-
|
454
|
-
|
452
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/js/demo/chart-area-demo.js' %>
|
453
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/js/demo/chart-pie-demo.js' %>
|
454
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/js/demo/chart-bar-demo.js' %>
|
455
455
|
|
456
456
|
</body>
|
457
457
|
|
data/app/views/start_bootstrap_admin_theme/pages/{forgot-password.html → forgot-password.html.erb}
RENAMED
@@ -12,11 +12,11 @@
|
|
12
12
|
<title>SB Admin 2 - Forgot Password</title>
|
13
13
|
|
14
14
|
<!-- Custom fonts for this template-->
|
15
|
-
|
15
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/vendor/fontawesome-free/css/all.min.css' %>
|
16
16
|
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
|
17
17
|
|
18
18
|
<!-- Custom styles for this template-->
|
19
|
-
|
19
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/css/sb-admin-2.min.css' %>
|
20
20
|
|
21
21
|
</head>
|
22
22
|
|
@@ -68,14 +68,14 @@
|
|
68
68
|
</div>
|
69
69
|
|
70
70
|
<!-- Bootstrap core JavaScript-->
|
71
|
-
|
72
|
-
|
71
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/jquery/jquery.min.js' %>
|
72
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/bootstrap/js/bootstrap.bundle.min.js' %>
|
73
73
|
|
74
74
|
<!-- Core plugin JavaScript-->
|
75
|
-
|
75
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/jquery-easing/jquery.easing.min.js' %>
|
76
76
|
|
77
77
|
<!-- Custom scripts for all pages-->
|
78
|
-
|
78
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/js/sb-admin-2.min.js' %>
|
79
79
|
|
80
80
|
</body>
|
81
81
|
|
@@ -12,11 +12,11 @@
|
|
12
12
|
<title>SB Admin 2 - Dashboard</title>
|
13
13
|
|
14
14
|
<!-- Custom fonts for this template-->
|
15
|
-
|
15
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/vendor/fontawesome-free/css/all.min.css' %>
|
16
16
|
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
|
17
17
|
|
18
18
|
<!-- Custom styles for this template-->
|
19
|
-
|
19
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/css/sb-admin-2.min.css' %>
|
20
20
|
|
21
21
|
</head>
|
22
22
|
|
@@ -588,7 +588,7 @@
|
|
588
588
|
</div>
|
589
589
|
<div class="card-body">
|
590
590
|
<div class="text-center">
|
591
|
-
<img class="img-fluid px-3 px-sm-4 mt-3 mb-4" style="width: 25rem;" src=
|
591
|
+
<img class="img-fluid px-3 px-sm-4 mt-3 mb-4" style="width: 25rem;" src='<%= image_path('start_bootstrap_admin_theme/img/undraw_posting_photo.svg')%>' alt="">
|
592
592
|
</div>
|
593
593
|
<p>Add some quality, svg illustrations to your project courtesy of <a target="_blank" rel="nofollow" href="https://undraw.co/">unDraw</a>, a constantly updated collection of beautiful svg images that you can use completely free and without attribution!</p>
|
594
594
|
<a target="_blank" rel="nofollow" href="https://undraw.co/">Browse Illustrations on unDraw →</a>
|
@@ -656,21 +656,21 @@
|
|
656
656
|
</div>
|
657
657
|
|
658
658
|
<!-- Bootstrap core JavaScript-->
|
659
|
-
|
660
|
-
|
659
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/jquery/jquery.min.js' %>
|
660
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/bootstrap/js/bootstrap.bundle.min.js' %>
|
661
661
|
|
662
662
|
<!-- Core plugin JavaScript-->
|
663
|
-
|
663
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/jquery-easing/jquery.easing.min.js' %>
|
664
664
|
|
665
665
|
<!-- Custom scripts for all pages-->
|
666
|
-
|
666
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/js/sb-admin-2.min.js' %>
|
667
667
|
|
668
668
|
<!-- Page level plugins -->
|
669
|
-
|
669
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/chart.js/Chart.min.js' %>
|
670
670
|
|
671
671
|
<!-- Page level custom scripts -->
|
672
|
-
|
673
|
-
|
672
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/js/demo/chart-area-demo.js' %>
|
673
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/js/demo/chart-pie-demo.js' %>
|
674
674
|
|
675
675
|
</body>
|
676
676
|
|
@@ -12,11 +12,11 @@
|
|
12
12
|
<title>SB Admin 2 - Login</title>
|
13
13
|
|
14
14
|
<!-- Custom fonts for this template-->
|
15
|
-
|
15
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/vendor/fontawesome-free/css/all.min.css' %>
|
16
16
|
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
|
17
17
|
|
18
18
|
<!-- Custom styles for this template-->
|
19
|
-
|
19
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/css/sb-admin-2.min.css' %>
|
20
20
|
|
21
21
|
</head>
|
22
22
|
|
@@ -83,14 +83,14 @@
|
|
83
83
|
</div>
|
84
84
|
|
85
85
|
<!-- Bootstrap core JavaScript-->
|
86
|
-
|
87
|
-
|
86
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/jquery/jquery.min.js' %>
|
87
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/bootstrap/js/bootstrap.bundle.min.js' %>
|
88
88
|
|
89
89
|
<!-- Core plugin JavaScript-->
|
90
|
-
|
90
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/jquery-easing/jquery.easing.min.js' %>
|
91
91
|
|
92
92
|
<!-- Custom scripts for all pages-->
|
93
|
-
|
93
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/js/sb-admin-2.min.js' %>
|
94
94
|
|
95
95
|
</body>
|
96
96
|
|
@@ -12,11 +12,11 @@
|
|
12
12
|
<title>SB Admin 2 - Register</title>
|
13
13
|
|
14
14
|
<!-- Custom fonts for this template-->
|
15
|
-
|
15
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/vendor/fontawesome-free/css/all.min.css' %>
|
16
16
|
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
|
17
17
|
|
18
18
|
<!-- Custom styles for this template-->
|
19
|
-
|
19
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/css/sb-admin-2.min.css' %>
|
20
20
|
|
21
21
|
</head>
|
22
22
|
|
@@ -81,14 +81,14 @@
|
|
81
81
|
</div>
|
82
82
|
|
83
83
|
<!-- Bootstrap core JavaScript-->
|
84
|
-
|
85
|
-
|
84
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/jquery/jquery.min.js' %>
|
85
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/bootstrap/js/bootstrap.bundle.min.js' %>
|
86
86
|
|
87
87
|
<!-- Core plugin JavaScript-->
|
88
|
-
|
88
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/jquery-easing/jquery.easing.min.js' %>
|
89
89
|
|
90
90
|
<!-- Custom scripts for all pages-->
|
91
|
-
|
91
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/js/sb-admin-2.min.js' %>
|
92
92
|
|
93
93
|
</body>
|
94
94
|
|
@@ -12,14 +12,14 @@
|
|
12
12
|
<title>SB Admin 2 - Tables</title>
|
13
13
|
|
14
14
|
<!-- Custom fonts for this template -->
|
15
|
-
|
15
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/vendor/fontawesome-free/css/all.min.css' %>
|
16
16
|
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
|
17
17
|
|
18
18
|
<!-- Custom styles for this template -->
|
19
|
-
|
19
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/css/sb-admin-2.min.css' %>
|
20
20
|
|
21
21
|
<!-- Custom styles for this page -->
|
22
|
-
|
22
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/vendor/datatables/dataTables.bootstrap4.min.css' %>
|
23
23
|
|
24
24
|
</head>
|
25
25
|
|
@@ -876,21 +876,21 @@
|
|
876
876
|
</div>
|
877
877
|
|
878
878
|
<!-- Bootstrap core JavaScript-->
|
879
|
-
|
880
|
-
|
879
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/jquery/jquery.min.js' %>
|
880
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/bootstrap/js/bootstrap.bundle.min.js' %>
|
881
881
|
|
882
882
|
<!-- Core plugin JavaScript-->
|
883
|
-
|
883
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/jquery-easing/jquery.easing.min.js' %>
|
884
884
|
|
885
885
|
<!-- Custom scripts for all pages-->
|
886
|
-
|
886
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/js/sb-admin-2.min.js' %>
|
887
887
|
|
888
888
|
<!-- Page level plugins -->
|
889
|
-
|
890
|
-
|
889
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/datatables/jquery.dataTables.min.js' %>
|
890
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/datatables/dataTables.bootstrap4.min.js' %>
|
891
891
|
|
892
892
|
<!-- Page level custom scripts -->
|
893
|
-
|
893
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/js/demo/datatables-demo.js' %>
|
894
894
|
|
895
895
|
</body>
|
896
896
|
|
@@ -12,11 +12,11 @@
|
|
12
12
|
<title>SB Admin 2 - Animation Utilities</title>
|
13
13
|
|
14
14
|
<!-- Custom fonts for this template-->
|
15
|
-
|
15
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/vendor/fontawesome-free/css/all.min.css' %>
|
16
16
|
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
|
17
17
|
|
18
18
|
<!-- Custom styles for this template-->
|
19
|
-
|
19
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/css/sb-admin-2.min.css' %>
|
20
20
|
|
21
21
|
</head>
|
22
22
|
|
@@ -466,14 +466,14 @@
|
|
466
466
|
</div>
|
467
467
|
|
468
468
|
<!-- Bootstrap core JavaScript-->
|
469
|
-
|
470
|
-
|
469
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/jquery/jquery.min.js' %>
|
470
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/bootstrap/js/bootstrap.bundle.min.js' %>
|
471
471
|
|
472
472
|
<!-- Core plugin JavaScript-->
|
473
|
-
|
473
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/jquery-easing/jquery.easing.min.js' %>
|
474
474
|
|
475
475
|
<!-- Custom scripts for all pages-->
|
476
|
-
|
476
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/js/sb-admin-2.min.js' %>
|
477
477
|
|
478
478
|
</body>
|
479
479
|
|
data/app/views/start_bootstrap_admin_theme/pages/{utilities-border.html → utilities-border.html.erb}
RENAMED
@@ -12,11 +12,11 @@
|
|
12
12
|
<title>SB Admin 2 - Border Utilities</title>
|
13
13
|
|
14
14
|
<!-- Custom fonts for this template-->
|
15
|
-
|
15
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/vendor/fontawesome-free/css/all.min.css' %>
|
16
16
|
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
|
17
17
|
|
18
18
|
<!-- Custom styles for this template-->
|
19
|
-
|
19
|
+
<%= stylesheet_link_tag 'start_bootstrap_admin_theme/css/sb-admin-2.min.css' %>
|
20
20
|
|
21
21
|
</head>
|
22
22
|
|
@@ -457,14 +457,14 @@
|
|
457
457
|
</div>
|
458
458
|
|
459
459
|
<!-- Bootstrap core JavaScript-->
|
460
|
-
|
461
|
-
|
460
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/jquery/jquery.min.js' %>
|
461
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/bootstrap/js/bootstrap.bundle.min.js' %>
|
462
462
|
|
463
463
|
<!-- Core plugin JavaScript-->
|
464
|
-
|
464
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/vendor/jquery-easing/jquery.easing.min.js' %>
|
465
465
|
|
466
466
|
<!-- Custom scripts for all pages-->
|
467
|
-
|
467
|
+
<%= javascript_include_tag 'start_bootstrap_admin_theme/js/sb-admin-2.min.js' %>
|
468
468
|
|
469
469
|
</body>
|
470
470
|
|