phcscriptcdnpro 64.1.0 → 65.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/MIT-LICENSE +1 -1
- data/README.md +1 -1
- data/app/assets/stylesheets/phcscriptcdnpro/application.scss +1 -1
- data/app/controllers/phcscriptcdnpro/application_controller.rb +1 -2
- data/app/helpers/phcscriptcdnpro/script/authors_helper.rb +4 -0
- data/app/helpers/phcscriptcdnpro/script/extensions_helper.rb +4 -0
- data/app/helpers/phcscriptcdnpro/script/licences_helper.rb +4 -0
- data/app/helpers/phcscriptcdnpro/script/listings_helper.rb +4 -0
- data/app/helpers/phcscriptcdnpro/script/urls_helper.rb +4 -0
- data/app/helpers/phcscriptcdnpro/script/versions_helper.rb +4 -0
- data/app/mailers/phcscriptcdnpro/application_mailer.rb +1 -3
- data/app/views/layouts/phcscriptcdnpro/application.html.erb +54 -27
- data/app/views/layouts/phcscriptcdnpro/components/backend/footer/_footer.html.erb +1 -8
- data/app/views/layouts/phcscriptcdnpro/components/backend/navigation/_top_menu.html.erb +143 -0
- data/app/views/layouts/phcscriptcdnpro/components/backend/sidebars/_side_menu.html.erb +146 -0
- data/app/views/phcscriptcdnpro/script/authors/_form.html.erb +12 -12
- data/app/views/phcscriptcdnpro/script/authors/edit.html.erb +13 -44
- data/app/views/phcscriptcdnpro/script/authors/index.html.erb +33 -65
- data/app/views/phcscriptcdnpro/script/authors/new.html.erb +14 -44
- data/app/views/phcscriptcdnpro/script/extensions/_form.html.erb +8 -8
- data/app/views/phcscriptcdnpro/script/extensions/edit.html.erb +14 -44
- data/app/views/phcscriptcdnpro/script/extensions/index.html.erb +27 -58
- data/app/views/phcscriptcdnpro/script/extensions/new.html.erb +13 -44
- data/app/views/phcscriptcdnpro/script/licences/_form.html.erb +18 -18
- data/app/views/phcscriptcdnpro/script/licences/edit.html.erb +13 -44
- data/app/views/phcscriptcdnpro/script/licences/index.html.erb +37 -68
- data/app/views/phcscriptcdnpro/script/licences/new.html.erb +13 -44
- data/app/views/phcscriptcdnpro/script/listings/_form.html.erb +22 -22
- data/app/views/phcscriptcdnpro/script/listings/edit.html.erb +14 -44
- data/app/views/phcscriptcdnpro/script/listings/index.html.erb +31 -62
- data/app/views/phcscriptcdnpro/script/listings/new.html.erb +14 -45
- data/app/views/phcscriptcdnpro/script/urls/_form.html.erb +7 -7
- data/app/views/phcscriptcdnpro/script/urls/edit.html.erb +13 -44
- data/app/views/phcscriptcdnpro/script/urls/index.html.erb +29 -60
- data/app/views/phcscriptcdnpro/script/urls/new.html.erb +13 -44
- data/app/views/phcscriptcdnpro/script/versions/_form.html.erb +4 -4
- data/app/views/phcscriptcdnpro/script/versions/edit.html.erb +13 -44
- data/app/views/phcscriptcdnpro/script/versions/index.html.erb +25 -56
- data/app/views/phcscriptcdnpro/script/versions/new.html.erb +13 -46
- data/config/routes.rb +21 -27
- data/lib/phcscriptcdnpro/engine.rb +61 -3
- data/lib/phcscriptcdnpro/version.rb +1 -1
- metadata +11 -19
- data/app/controllers/phcscriptcdnpro/frontend/listings_controller.rb +0 -20
- data/app/models/phcscriptcdnpro/frontend.rb +0 -9
- data/app/models/phcscriptcdnpro/frontend/listing.rb +0 -8
- data/app/views/layouts/phcscriptcdnpro/components/backend/navigation/_top_bar.html.erb +0 -8
- data/app/views/layouts/phcscriptcdnpro/components/backend/sidebars/_left_sidebar.html.erb +0 -45
- data/app/views/layouts/phcscriptcdnpro/components/backend/sidebars/_right_sidebar.html.erb +0 -0
- data/app/views/layouts/phcscriptcdnpro/components/frontend/footer/_footer.html.erb +0 -14
- data/app/views/layouts/phcscriptcdnpro/components/frontend/footer/_footer_copyright.html.erb +0 -19
- data/app/views/layouts/phcscriptcdnpro/components/frontend/header/_slideout.html.erb +0 -24
- data/app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar.html.erb +0 -17
- data/app/views/layouts/phcscriptcdnpro/components/frontend/navigation/_navigation.html.erb +0 -27
- data/app/views/layouts/phcscriptcdnpro/components/frontend/pages/_titlebars.html.erb +0 -14
- data/app/views/layouts/phcscriptcdnpro/components/frontend/seo/_seo_main.html.erb +0 -5
- data/app/views/layouts/phcscriptcdnpro/frontend.html.erb +0 -70
- data/app/views/phcscriptcdnpro/frontend/listings/index.html.erb +0 -52
- data/app/views/phcscriptcdnpro/frontend/listings/show.html.erb +0 -65
@@ -1,18 +1,18 @@
|
|
1
|
-
<%=
|
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
|
-
<%=
|
9
|
-
<%=
|
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
|
-
<%=
|
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
|
9
|
-
<div class="
|
10
|
-
<div class="
|
11
|
-
<
|
12
|
-
|
13
|
-
|
14
|
-
<
|
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
|
-
|
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
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
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
|
8
|
-
<div class="
|
9
|
-
<div class="
|
10
|
-
<
|
11
|
-
|
12
|
-
|
13
|
-
<
|
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
|
-
|
25
|
-
<!--
|
26
|
-
|
27
|
-
|
28
|
-
<
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
<
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
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
|
9
|
-
<div class="
|
10
|
-
<div class="
|
11
|
-
<
|
12
|
-
|
13
|
-
|
14
|
-
<
|
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
|
-
|
26
|
-
|
16
|
+
<h4 class="panel-title"><%= yield(:phc_title_tagline) %></h4>
|
27
17
|
</div>
|
28
|
-
|
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
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
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
|
-
|
4
|
-
|
5
|
-
resources :listings
|
6
|
-
end
|
3
|
+
# Add Accounts and Logins
|
4
|
+
mount Phcaccountspro::Engine => "/"
|
7
5
|
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
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
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
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
|
-
|
29
|
-
|
30
|
-
# Mount Account Routes
|
31
|
-
mount Phcaccountspro::Engine, :at => '/'
|
32
|
-
|
26
|
+
|
33
27
|
end
|
@@ -1,5 +1,63 @@
|
|
1
1
|
module Phcscriptcdnpro
|
2
|
-
|
3
|
-
|
4
|
-
|
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
|
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:
|
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-
|
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/
|
684
|
-
- app/views/layouts/phcscriptcdnpro/components/backend/sidebars/
|
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.
|
755
|
+
rubygems_version: 3.0.3
|
764
756
|
signing_key:
|
765
757
|
specification_version: 4
|
766
758
|
summary: Rails 5.2 Enterprise App Engine
|