phcscriptcdnpro 64.1.0 → 65.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +1 -1
  3. data/README.md +1 -1
  4. data/app/assets/stylesheets/phcscriptcdnpro/application.scss +1 -1
  5. data/app/controllers/phcscriptcdnpro/application_controller.rb +1 -2
  6. data/app/helpers/phcscriptcdnpro/script/authors_helper.rb +4 -0
  7. data/app/helpers/phcscriptcdnpro/script/extensions_helper.rb +4 -0
  8. data/app/helpers/phcscriptcdnpro/script/licences_helper.rb +4 -0
  9. data/app/helpers/phcscriptcdnpro/script/listings_helper.rb +4 -0
  10. data/app/helpers/phcscriptcdnpro/script/urls_helper.rb +4 -0
  11. data/app/helpers/phcscriptcdnpro/script/versions_helper.rb +4 -0
  12. data/app/mailers/phcscriptcdnpro/application_mailer.rb +1 -3
  13. data/app/views/layouts/phcscriptcdnpro/application.html.erb +54 -27
  14. data/app/views/layouts/phcscriptcdnpro/components/backend/footer/_footer.html.erb +1 -8
  15. data/app/views/layouts/phcscriptcdnpro/components/backend/navigation/_top_menu.html.erb +143 -0
  16. data/app/views/layouts/phcscriptcdnpro/components/backend/sidebars/_side_menu.html.erb +146 -0
  17. data/app/views/phcscriptcdnpro/script/authors/_form.html.erb +12 -12
  18. data/app/views/phcscriptcdnpro/script/authors/edit.html.erb +13 -44
  19. data/app/views/phcscriptcdnpro/script/authors/index.html.erb +33 -65
  20. data/app/views/phcscriptcdnpro/script/authors/new.html.erb +14 -44
  21. data/app/views/phcscriptcdnpro/script/extensions/_form.html.erb +8 -8
  22. data/app/views/phcscriptcdnpro/script/extensions/edit.html.erb +14 -44
  23. data/app/views/phcscriptcdnpro/script/extensions/index.html.erb +27 -58
  24. data/app/views/phcscriptcdnpro/script/extensions/new.html.erb +13 -44
  25. data/app/views/phcscriptcdnpro/script/licences/_form.html.erb +18 -18
  26. data/app/views/phcscriptcdnpro/script/licences/edit.html.erb +13 -44
  27. data/app/views/phcscriptcdnpro/script/licences/index.html.erb +37 -68
  28. data/app/views/phcscriptcdnpro/script/licences/new.html.erb +13 -44
  29. data/app/views/phcscriptcdnpro/script/listings/_form.html.erb +22 -22
  30. data/app/views/phcscriptcdnpro/script/listings/edit.html.erb +14 -44
  31. data/app/views/phcscriptcdnpro/script/listings/index.html.erb +31 -62
  32. data/app/views/phcscriptcdnpro/script/listings/new.html.erb +14 -45
  33. data/app/views/phcscriptcdnpro/script/urls/_form.html.erb +7 -7
  34. data/app/views/phcscriptcdnpro/script/urls/edit.html.erb +13 -44
  35. data/app/views/phcscriptcdnpro/script/urls/index.html.erb +29 -60
  36. data/app/views/phcscriptcdnpro/script/urls/new.html.erb +13 -44
  37. data/app/views/phcscriptcdnpro/script/versions/_form.html.erb +4 -4
  38. data/app/views/phcscriptcdnpro/script/versions/edit.html.erb +13 -44
  39. data/app/views/phcscriptcdnpro/script/versions/index.html.erb +25 -56
  40. data/app/views/phcscriptcdnpro/script/versions/new.html.erb +13 -46
  41. data/config/routes.rb +21 -27
  42. data/lib/phcscriptcdnpro/engine.rb +61 -3
  43. data/lib/phcscriptcdnpro/version.rb +1 -1
  44. metadata +11 -19
  45. data/app/controllers/phcscriptcdnpro/frontend/listings_controller.rb +0 -20
  46. data/app/models/phcscriptcdnpro/frontend.rb +0 -9
  47. data/app/models/phcscriptcdnpro/frontend/listing.rb +0 -8
  48. data/app/views/layouts/phcscriptcdnpro/components/backend/navigation/_top_bar.html.erb +0 -8
  49. data/app/views/layouts/phcscriptcdnpro/components/backend/sidebars/_left_sidebar.html.erb +0 -45
  50. data/app/views/layouts/phcscriptcdnpro/components/backend/sidebars/_right_sidebar.html.erb +0 -0
  51. data/app/views/layouts/phcscriptcdnpro/components/frontend/footer/_footer.html.erb +0 -14
  52. data/app/views/layouts/phcscriptcdnpro/components/frontend/footer/_footer_copyright.html.erb +0 -19
  53. data/app/views/layouts/phcscriptcdnpro/components/frontend/header/_slideout.html.erb +0 -24
  54. data/app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar.html.erb +0 -17
  55. data/app/views/layouts/phcscriptcdnpro/components/frontend/navigation/_navigation.html.erb +0 -27
  56. data/app/views/layouts/phcscriptcdnpro/components/frontend/pages/_titlebars.html.erb +0 -14
  57. data/app/views/layouts/phcscriptcdnpro/components/frontend/seo/_seo_main.html.erb +0 -5
  58. data/app/views/layouts/phcscriptcdnpro/frontend.html.erb +0 -70
  59. data/app/views/phcscriptcdnpro/frontend/listings/index.html.erb +0 -52
  60. data/app/views/phcscriptcdnpro/frontend/listings/show.html.erb +0 -65
@@ -1,18 +1,18 @@
1
- <%= form_for(script_version) do |f| %>
1
+ <%= form_with(model: script_version, local: true) do |form| %>
2
2
 
3
3
  <!-- PHCNotifi Render Validation -->
4
4
  <%= render 'phcnotifi/validations', :object => @script_version %>
5
5
 
6
6
  <!-- Form Input Fields -->
7
7
  <div class="form-group field_with_error">
8
- <%= f.label :scriptversion, "Version Number" %>
9
- <%= f.text_field :scriptversion, placeholder: "Version Number", class: "form-control" %>
8
+ <%= form.label :scriptversion, "Version Number" %>
9
+ <%= form.text_field :scriptversion, placeholder: "Version Number", class: "form-control" %>
10
10
  </div>
11
11
  <!-- Form Input Fields -->
12
12
 
13
13
  <!-- Form Submition Button -->
14
14
  <div class="actions">
15
- <%= f.submit class: "btn btn-primary" %>
15
+ <%= form.submit class: "btn btn-primary" %>
16
16
  </div>
17
17
  <!-- For Submition Button -->
18
18
 
@@ -5,53 +5,22 @@
5
5
  <% phc_breadcrumb_two yield(:phc_title_tagline) %>
6
6
  <!-- Title System -->
7
7
 
8
- <!-- Page Header -->
9
- <div class="row wrapper border-bottom white-bg page-heading">
10
- <div class="col-sm-8">
11
- <h2><%= yield(:phc_title) %></h2>
12
- <!-- Bread Crumb -->
13
- <ol class="breadcrumb">
14
- <li><%= yield(:phc_breadcrumb_one) %></li>
15
- <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
16
- </ol>
17
- <!-- Bread Crumb -->
18
- </div>
19
- <div class="col-sm-4">
20
- <div class="title-action">
21
- <%= link_to phcscriptcdnpro.script_versions_path, class: "btn btn-primary" do %>
22
- <i class="fa fa-plus"></i> Back to Script Version Index
23
- <% end %>
8
+ <!-- Page Content -->
9
+ <div class="panel panel-inverse">
10
+ <div class="panel-heading">
11
+ <div class="panel-heading-btn">
12
+ <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-default" data-click="panel-expand"><i class="fa fa-expand"></i></a>
13
+ <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-success" data-click="panel-reload"><i class="fa fa-redo"></i></a>
14
+ <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-warning" data-click="panel-collapse"><i class="fa fa-minus"></i></a>
24
15
  </div>
16
+ <h4 class="panel-title"><%= yield(:phc_title_tagline) %></h4>
25
17
  </div>
26
- </div>
27
- <!-- Page Header -->
28
-
29
- <!-- Page Content -->
30
- <div class="wrapper wrapper-content animated fadeInRight">
31
- <div class="row">
32
- <div class="col-lg-12">
18
+ <div class="panel-body">
33
19
 
34
- <div class="ibox float-e-margins">
35
- <div class="ibox-title">
36
- <h5><%= yield(:phc_title_tagline) %></h5>
37
- <div class="ibox-tools">
38
- <a class="collapse-link">
39
- <i class="fa fa-chevron-up"></i>
40
- </a>
41
- <a class="close-link">
42
- <i class="fa fa-times"></i>
43
- </a>
44
- </div>
45
- </div>
46
- <div class="ibox-content">
47
-
48
- <!-- Form Requries URL to Function Properly -->
49
- <%= render 'form', script_version: @script_version %>
50
-
51
- </div>
52
- </div>
53
-
54
- </div>
20
+ <!-- -->
21
+ <%= render 'form', script_version: @script_version %>
22
+ <!-- -->
23
+
55
24
  </div>
56
25
  </div>
57
26
  <!-- Page Content -->
@@ -4,64 +4,33 @@
4
4
  <% phc_breadcrumb_one yield(:phc_title_tagline) %>
5
5
  <!-- Title System -->
6
6
 
7
- <!-- Page Header -->
8
- <div class="row wrapper border-bottom white-bg page-heading">
9
- <div class="col-sm-8">
10
- <h2><%= yield(:phc_title) %></h2>
11
- <!-- Bread Crumb -->
12
- <ol class="breadcrumb">
13
- <li class="active"><%= yield(:phc_breadcrumb_one) %></li>
14
- </ol>
15
- <!-- Bread Crumb -->
16
- </div>
17
- <div class="col-sm-4">
18
- <div class="title-action">
19
- <%= link_to phcscriptcdnpro.new_script_version_path, class: "btn btn-primary" do %>
20
- <i class="fa fa-plus"></i> Create a New Script Version
21
- <% end %>
7
+ <!-- Page Content -->
8
+ <div class="panel panel-inverse">
9
+ <div class="panel-heading">
10
+ <div class="panel-heading-btn">
11
+ <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-default" data-click="panel-expand"><i class="fa fa-expand"></i></a>
12
+ <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-success" data-click="panel-reload"><i class="fa fa-redo"></i></a>
13
+ <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-warning" data-click="panel-collapse"><i class="fa fa-minus"></i></a>
22
14
  </div>
15
+ <h4 class="panel-title"><%= yield(:phc_title_tagline) %></h4>
23
16
  </div>
24
- </div>
25
- <!-- Page Header -->
26
-
27
- <!-- Page Content -->
28
- <div class="wrapper wrapper-content animated fadeInRight">
29
- <div class="row">
30
- <div class="col-lg-12">
31
-
32
- <div class="ibox float-e-margins">
33
- <div class="ibox-title">
34
- <h5><%= yield(:phc_title_tagline) %></h5>
35
- <div class="ibox-tools">
36
- <a class="collapse-link">
37
- <i class="fa fa-chevron-up"></i>
38
- </a>
39
- <a class="close-link">
40
- <i class="fa fa-times"></i>
41
- </a>
42
- </div>
43
- </div>
44
- <div class="ibox-content">
45
-
46
- <div class="table-responsive">
47
- <table class="table table-striped table-bordered table-hover dataTables-example">
48
- <thead>
49
- <tr>
50
- <th>Script Version</th>
51
- </tr>
52
- </thead>
53
- <tbody>
54
- <% @script_versions.each do |script_version| %>
55
- <tr>
56
- <td><%= link_to script_version.scriptversion, script_version %></td>
57
- </tr>
58
- <% end %>
59
- </tbody>
60
- </table>
61
- </div>
62
-
63
- </div>
64
- </div>
17
+ <div class="panel-body">
18
+ <!-- Table - Article Index -->
19
+ <div class="table-responsive">
20
+ <table class="table table-striped table-bordered">
21
+ <thead>
22
+ <tr>
23
+ <th>Script Version</th>
24
+ </tr>
25
+ </thead>
26
+ <tbody>
27
+ <% @script_versions.each do |script_version| %>
28
+ <tr>
29
+ <td><%= link_to script_version.scriptversion, script_version %></td>
30
+ </tr>
31
+ <% end %>
32
+ </tbody>
33
+ </table>
65
34
 
66
35
  </div>
67
36
  </div>
@@ -5,55 +5,22 @@
5
5
  <% phc_breadcrumb_two yield(:phc_title_tagline) %>
6
6
  <!-- Title System -->
7
7
 
8
- <!-- Page Header -->
9
- <div class="row wrapper border-bottom white-bg page-heading">
10
- <div class="col-sm-8">
11
- <h2><%= yield(:phc_title) %></h2>
12
- <!-- Bread Crumb -->
13
- <ol class="breadcrumb">
14
- <li><%= yield(:phc_breadcrumb_one) %></li>
15
- <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
16
- </ol>
17
- <!-- Bread Crumb -->
18
- </div>
19
- <div class="col-sm-4">
20
- <div class="title-action">
21
- <%= link_to phcscriptcdnpro.script_versions_path, class: "btn btn-primary" do %>
22
- <i class="fa fa-plus"></i> Back to Script Version Index
23
- <% end %>
8
+ <!-- Page Content -->
9
+ <div class="panel panel-inverse">
10
+ <div class="panel-heading">
11
+ <div class="panel-heading-btn">
12
+ <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-default" data-click="panel-expand"><i class="fa fa-expand"></i></a>
13
+ <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-success" data-click="panel-reload"><i class="fa fa-redo"></i></a>
14
+ <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-warning" data-click="panel-collapse"><i class="fa fa-minus"></i></a>
24
15
  </div>
25
- <!-- Back to Version Index Button -->
26
-
16
+ <h4 class="panel-title"><%= yield(:phc_title_tagline) %></h4>
27
17
  </div>
28
- </div>
29
- <!-- Page Header -->
30
-
31
- <!-- Page Content -->
32
- <div class="wrapper wrapper-content animated fadeInRight">
33
- <div class="row">
34
- <div class="col-lg-12">
35
-
36
- <div class="ibox float-e-margins">
37
- <div class="ibox-title">
38
- <h5><%= yield(:phc_title_tagline) %></h5>
39
- <div class="ibox-tools">
40
- <a class="collapse-link">
41
- <i class="fa fa-chevron-up"></i>
42
- </a>
43
- <a class="close-link">
44
- <i class="fa fa-times"></i>
45
- </a>
46
- </div>
47
- </div>
48
- <div class="ibox-content">
49
-
50
- <!-- Form Requries URL to Function Properly -->
51
- <%= render 'form', script_version: @script_version %>
18
+ <div class="panel-body">
52
19
 
53
- </div>
54
- </div>
55
-
56
- </div>
20
+ <!-- -->
21
+ <%= render 'form', script_version: @script_version %>
22
+ <!-- -->
23
+
57
24
  </div>
58
25
  </div>
59
26
  <!-- Page Content -->
data/config/routes.rb CHANGED
@@ -1,33 +1,27 @@
1
1
  Phcscriptcdnpro::Engine.routes.draw do
2
2
 
3
- # Frontend Routes
4
- namespace :frontend do
5
- resources :listings
6
- end
3
+ # Add Accounts and Logins
4
+ mount Phcaccountspro::Engine => "/"
7
5
 
8
- # Script CDN Listing System
9
- namespace :script do
10
- # Main Script Module
11
- resources :listings, class_name: 'Phcscriptcdnpro::Script::Listing' do
12
- resources :urls, class_name: 'Phcscriptcdnpro::Script::Url'
6
+ # Application Routes
7
+ namespace :script do
8
+ # Main Script Module
9
+ resources :listings, class_name: 'Phcscriptcdnpro::Script::Listing' do
10
+ resources :urls, class_name: 'Phcscriptcdnpro::Script::Url'
11
+ end
12
+ resources :authors, class_name: 'Phcscriptcdnpro::Script::Author'
13
+ resources :extensions, class_name: 'Phcscriptcdnpro::Script::Extension'
14
+ resources :versions, class_name: 'Phcscriptcdnpro::Script::Version'
15
+ resources :licences, class_name: 'Phcscriptcdnpro::Script::Licence'
13
16
  end
14
- resources :authors, class_name: 'Phcscriptcdnpro::Script::Author'
15
- resources :extensions, class_name: 'Phcscriptcdnpro::Script::Extension'
16
- resources :versions, class_name: 'Phcscriptcdnpro::Script::Version'
17
- resources :licences, class_name: 'Phcscriptcdnpro::Script::Licence'
18
- end
19
-
20
- # Application API
21
- namespace :api, :path => "", :constraints => {:subdomain => "api"} do
22
- namespace :v1 do
23
- # Routes for API
24
- resources :mains, defaults: {format: 'json'}
25
- resources :informations, defaults: {format: 'json'}
26
- resources :versions, defaults: {format: 'json'}
17
+
18
+ # Application API
19
+ namespace :api, :path => "", :constraints => {:subdomain => "api"} do
20
+ namespace :v1 do
21
+ resources :mains, defaults: {format: 'json'}
22
+ resources :informations, defaults: {format: 'json'}
23
+ resources :versions, defaults: {format: 'json'}
24
+ end
27
25
  end
28
- end
29
-
30
- # Mount Account Routes
31
- mount Phcaccountspro::Engine, :at => '/'
32
-
26
+
33
27
  end
@@ -1,5 +1,63 @@
1
1
  module Phcscriptcdnpro
2
- class Engine < ::Rails::Engine
3
- isolate_namespace Phcscriptcdnpro
4
- end
2
+ class Engine < ::Rails::Engine
3
+
4
+ # PHCTheme Dependencies
5
+ require 'phctheme1'
6
+ require 'phctheme2'
7
+ require 'phctheme3'
8
+ require 'phctheme4'
9
+ require 'phctheme5'
10
+ require 'phctheme6'
11
+
12
+ require 'phcadmin1'
13
+ require 'phcadmin2'
14
+ require 'phcadmin3'
15
+ require 'phcadmin4'
16
+ require 'phcadmin5'
17
+ require 'phcadmin6'
18
+
19
+ # PHC Helper Dependencies
20
+ require 'phcnotifi'
21
+ require 'phctitleseo'
22
+
23
+ # UI & URL Frontend Dependencies
24
+ require 'country_select'
25
+ require 'gravtastic'
26
+ require 'friendly_id'
27
+
28
+ # File Upload & Service Dependencies
29
+ require 'aws-sdk-s3'
30
+ require 'google-cloud-storage'
31
+ require 'mini_magick'
32
+
33
+ # Database & Paper Trail Dependencies
34
+ require 'paper_trail'
35
+ require 'pg'
36
+
37
+ # Security Dependencies
38
+ require 'phcaccountspro'
39
+
40
+ # Isolate Namespace
41
+ isolate_namespace Phcscriptcdnpro
42
+
43
+ # Testing Generator
44
+ config.generators do |g|
45
+ g.test_framework :rspec,
46
+ fixtures: true,
47
+ view_specs: false,
48
+ helper_specs: false,
49
+ routing_specs: false,
50
+ controller_specs: true,
51
+ request_specs: false
52
+ g.fixture_replacement :factory_bot,
53
+ dir: "spec/factories"
54
+ end
55
+
56
+ # Load Requried Helper Files
57
+ config.to_prepare do
58
+ Phcnotifi::ApplicationController.helper(ApplicationHelper)
59
+ Phctitleseo::ApplicationController.helper(ApplicationHelper)
60
+ end
61
+
62
+ end
5
63
  end
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "64.1.0"
2
+ VERSION = "65.0.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcscriptcdnpro
3
3
  version: !ruby/object:Gem::Version
4
- version: 64.1.0
4
+ version: 65.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-14 00:00:00.000000000 Z
11
+ date: 2019-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -652,7 +652,6 @@ files:
652
652
  - app/assets/javascripts/phcscriptcdnpro/application.js
653
653
  - app/assets/stylesheets/phcscriptcdnpro/application.scss
654
654
  - app/controllers/phcscriptcdnpro/application_controller.rb
655
- - app/controllers/phcscriptcdnpro/frontend/listings_controller.rb
656
655
  - app/controllers/phcscriptcdnpro/script/authors_controller.rb
657
656
  - app/controllers/phcscriptcdnpro/script/extensions_controller.rb
658
657
  - app/controllers/phcscriptcdnpro/script/licences_controller.rb
@@ -660,13 +659,17 @@ files:
660
659
  - app/controllers/phcscriptcdnpro/script/urls_controller.rb
661
660
  - app/controllers/phcscriptcdnpro/script/versions_controller.rb
662
661
  - app/helpers/phcscriptcdnpro/application_helper.rb
662
+ - app/helpers/phcscriptcdnpro/script/authors_helper.rb
663
+ - app/helpers/phcscriptcdnpro/script/extensions_helper.rb
664
+ - app/helpers/phcscriptcdnpro/script/licences_helper.rb
665
+ - app/helpers/phcscriptcdnpro/script/listings_helper.rb
666
+ - app/helpers/phcscriptcdnpro/script/urls_helper.rb
667
+ - app/helpers/phcscriptcdnpro/script/versions_helper.rb
663
668
  - app/jobs/phcscriptcdnpro/application_job.rb
664
669
  - app/mailers/phcscriptcdnpro/application_mailer.rb
665
670
  - app/models/phcscriptcdnpro/application_record.rb
666
671
  - app/models/phcscriptcdnpro/author_versions.rb
667
672
  - app/models/phcscriptcdnpro/extension_versions.rb
668
- - app/models/phcscriptcdnpro/frontend.rb
669
- - app/models/phcscriptcdnpro/frontend/listing.rb
670
673
  - app/models/phcscriptcdnpro/licence_versions.rb
671
674
  - app/models/phcscriptcdnpro/listing_versions.rb
672
675
  - app/models/phcscriptcdnpro/script.rb
@@ -680,19 +683,8 @@ files:
680
683
  - app/models/phcscriptcdnpro/url_versions.rb
681
684
  - app/views/layouts/phcscriptcdnpro/application.html.erb
682
685
  - app/views/layouts/phcscriptcdnpro/components/backend/footer/_footer.html.erb
683
- - app/views/layouts/phcscriptcdnpro/components/backend/navigation/_top_bar.html.erb
684
- - app/views/layouts/phcscriptcdnpro/components/backend/sidebars/_left_sidebar.html.erb
685
- - app/views/layouts/phcscriptcdnpro/components/backend/sidebars/_right_sidebar.html.erb
686
- - app/views/layouts/phcscriptcdnpro/components/frontend/footer/_footer.html.erb
687
- - app/views/layouts/phcscriptcdnpro/components/frontend/footer/_footer_copyright.html.erb
688
- - app/views/layouts/phcscriptcdnpro/components/frontend/header/_slideout.html.erb
689
- - app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar.html.erb
690
- - app/views/layouts/phcscriptcdnpro/components/frontend/navigation/_navigation.html.erb
691
- - app/views/layouts/phcscriptcdnpro/components/frontend/pages/_titlebars.html.erb
692
- - app/views/layouts/phcscriptcdnpro/components/frontend/seo/_seo_main.html.erb
693
- - app/views/layouts/phcscriptcdnpro/frontend.html.erb
694
- - app/views/phcscriptcdnpro/frontend/listings/index.html.erb
695
- - app/views/phcscriptcdnpro/frontend/listings/show.html.erb
686
+ - app/views/layouts/phcscriptcdnpro/components/backend/navigation/_top_menu.html.erb
687
+ - app/views/layouts/phcscriptcdnpro/components/backend/sidebars/_side_menu.html.erb
696
688
  - app/views/phcscriptcdnpro/script/authors/_form.html.erb
697
689
  - app/views/phcscriptcdnpro/script/authors/edit.html.erb
698
690
  - app/views/phcscriptcdnpro/script/authors/index.html.erb
@@ -760,7 +752,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
760
752
  - !ruby/object:Gem::Version
761
753
  version: '0'
762
754
  requirements: []
763
- rubygems_version: 3.0.1
755
+ rubygems_version: 3.0.3
764
756
  signing_key:
765
757
  specification_version: 4
766
758
  summary: Rails 5.2 Enterprise App Engine