phcscriptcdnpro 5.1.0 → 5.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bfcba58be0293fd7453a316e204930b40dd4886f
4
- data.tar.gz: 705beab22e1e7ec62da36fc1182fff3d46ef624e
3
+ metadata.gz: 90d061a7f6e8a7d7b46f629afbf6673532ec7e70
4
+ data.tar.gz: 5dfdd3b8dfedf3d29b106288b049a78118b29f73
5
5
  SHA512:
6
- metadata.gz: dda0c4c98b4d18d916ec155129b9f50347aef62460acc3b97fb1cc06eacf4a5a4d31783b7ec60605a802324eb747cc1b7ea257b6cc4b45cfaf7903ac58e57024
7
- data.tar.gz: 44a59655992f9b9d2f24ea57821f9b58c72f1fe7329496c7cae5c5d811af204dfcf5e35484236447903e7954d726ba2e2c7adfc64f585c19959acb392f2b3266
6
+ metadata.gz: 34ade8556a3811902571f68e03fab5d5e963a4565d3d35d120e47fed115c1cc02fa8efed8150816a5f1bd29318e5cbd002ce93c8415740d0ba591628a4c1bb1b
7
+ data.tar.gz: 2c58e70e911e5b6a733918e5ff83053ec9f8216d91d7bd16478cdb6523db33793a65bc7a3034b26dc385406fc9c82d75b7c482aa5832d66a2c9042e8c7cd88a2
@@ -1,6 +1,6 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "Script Listings Manager" %>
3
- <% phc_title_tagline "Update Authors Data" %>
3
+ <% phc_title_tagline "Update Author Data" %>
4
4
  <!-- Title System -->
5
5
 
6
6
  <!-- Page Header -->
@@ -1,6 +1,6 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "Script Listings Manager" %>
3
- <% phc_title_tagline "Script Author Index" %>
3
+ <% phc_title_tagline "Author Index" %>
4
4
  <!-- Title System -->
5
5
 
6
6
  <!-- Page Header -->
@@ -26,6 +26,7 @@
26
26
  <div class="wrapper wrapper-content animated fadeInRight">
27
27
  <div class="row">
28
28
  <div class="col-lg-12">
29
+
29
30
  <div class="ibox float-e-margins">
30
31
  <div class="ibox-title">
31
32
  <h5><%= yield(:phc_title_tagline) %></h5>
@@ -39,6 +40,7 @@
39
40
  </div>
40
41
  </div>
41
42
  <div class="ibox-content">
43
+
42
44
  <div class="table-responsive">
43
45
  <table class="table table-striped table-bordered table-hover dataTables-example">
44
46
  <thead>
@@ -57,8 +59,10 @@
57
59
  </tbody>
58
60
  </table>
59
61
  </div>
62
+
60
63
  </div>
61
64
  </div>
65
+
62
66
  </div>
63
67
  </div>
64
68
  </div>
@@ -16,7 +16,7 @@
16
16
  <div class="col-sm-8">
17
17
  <div class="title-action">
18
18
  <%= link_to phcscriptcdnpro.script_extensions_path, class: "btn btn-primary" do %>
19
- <i class="fa fa-plus"></i> Back to Extension Index
19
+ <i class="fa fa-plus"></i> Back to Script Extension Index
20
20
  <% end %>
21
21
  </div>
22
22
  </div>
@@ -1,5 +1,5 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Script Listing Manager" %>
2
+ <% phc_title "Script Listings Manager" %>
3
3
  <% phc_title_tagline "Update Script Licence Information" %>
4
4
  <!-- Title System -->
5
5
 
@@ -9,7 +9,7 @@
9
9
  <h2><%= yield(:phc_title) %></h2>
10
10
  <!-- Bread Crumb -->
11
11
  <ol class="breadcrumb">
12
- <li><%= link_to "Script Licences", phcscriptcdnpro.script_licences_path %></li>
12
+ <li><%= link_to "Script Licence Index", phcscriptcdnpro.script_licences_path %></li>
13
13
  <li class="active"><%= yield(:phc_title_tagline) %></li>
14
14
  </ol>
15
15
  </div>
@@ -1,5 +1,5 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Script Listing Manager" %>
2
+ <% phc_title "Script Listings Manager" %>
3
3
  <% phc_title_tagline "Script Licence Index" %>
4
4
  <!-- Title System -->
5
5
 
@@ -9,7 +9,6 @@
9
9
  <h2><%= yield(:phc_title) %></h2>
10
10
  <!-- Bread Crumb -->
11
11
  <ol class="breadcrumb">
12
- <li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
13
12
  <li class="active"><%= yield(:phc_title_tagline) %></li>
14
13
  </ol>
15
14
  </div>
@@ -27,6 +26,7 @@
27
26
  <div class="wrapper wrapper-content animated fadeInRight">
28
27
  <div class="row">
29
28
  <div class="col-lg-12">
29
+
30
30
  <div class="ibox float-e-margins">
31
31
  <div class="ibox-title">
32
32
  <h5><%= yield(:phc_title_tagline) %></h5>
@@ -40,6 +40,7 @@
40
40
  </div>
41
41
  </div>
42
42
  <div class="ibox-content">
43
+
43
44
  <div class="table-responsive">
44
45
  <table class="table table-striped table-bordered table-hover dataTables-example">
45
46
  <thead>
@@ -67,10 +68,13 @@
67
68
  <% end %>
68
69
  </tbody>
69
70
  </table>
71
+
70
72
  </div>
71
73
  </div>
74
+
72
75
  </div>
73
76
  </div>
74
77
  </div>
78
+
75
79
  </div>
76
80
  <!-- Page Content -->
@@ -1,5 +1,5 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Script Listing Manager" %>
2
+ <% phc_title "Script Listings Manager" %>
3
3
  <% phc_title_tagline "Create a New Script Licence" %>
4
4
  <!-- Title System -->
5
5
 
@@ -9,7 +9,7 @@
9
9
  <h2><%= yield(:phc_title) %></h2>
10
10
  <!-- Bread Crumb -->
11
11
  <ol class="breadcrumb">
12
- <li><%= link_to "Script Licences", phcscriptcdnpro.script_licences_path %></li>
12
+ <li><%= link_to "Script Licence Index", phcscriptcdnpro.script_licences_path %></li>
13
13
  <li class="active"><%= yield(:phc_title_tagline) %></li>
14
14
  </ol>
15
15
  </div>
@@ -1,5 +1,5 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Script Listing Manager" %>
2
+ <% phc_title "Script Listings Manager" %>
3
3
  <% phc_title_tagline "Script Licence Details" %>
4
4
  <!-- Title System -->
5
5
 
@@ -9,7 +9,7 @@
9
9
  <h2><%= yield(:phc_title) %></h2>
10
10
  <!-- Bread Crumb -->
11
11
  <ol class="breadcrumb">
12
- <li><%= link_to "Script Licences", phcscriptcdnpro.script_licences_path %></li>
12
+ <li><%= link_to "Script Licence Index", phcscriptcdnpro.script_licences_path %></li>
13
13
  <li class="active"><%= yield(:phc_title_tagline) %></li>
14
14
  </ol>
15
15
  </div>
@@ -9,7 +9,7 @@
9
9
  <h2><%= yield(:phc_title) %></h2>
10
10
  <!-- Bread Crumb -->
11
11
  <ol class="breadcrumb">
12
- <li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
12
+ <li><%= link_to "Listing Index", phcscriptcdnpro.script_listings_path %></li>
13
13
  <li class="active"><%= yield(:phc_title_tagline) %></li>
14
14
  </ol>
15
15
  </div>
@@ -26,6 +26,7 @@
26
26
  <div class="wrapper wrapper-content animated fadeInRight">
27
27
  <div class="row">
28
28
  <div class="col-lg-12">
29
+
29
30
  <div class="ibox float-e-margins">
30
31
  <div class="ibox-title">
31
32
  <h5><%= yield(:phc_title_tagline) %></h5>
@@ -39,6 +40,7 @@
39
40
  </div>
40
41
  </div>
41
42
  <div class="ibox-content">
43
+
42
44
  <div class="table-responsive">
43
45
  <table class="table table-striped table-bordered table-hover dataTables-example">
44
46
  <thead>
@@ -61,9 +63,12 @@
61
63
  </tbody>
62
64
  </table>
63
65
  </div>
66
+
64
67
  </div>
65
68
  </div>
69
+
66
70
  </div>
67
71
  </div>
72
+
68
73
  </div>
69
74
  <!-- Page Content -->
@@ -9,7 +9,7 @@
9
9
  <h2><%= yield(:phc_title) %></h2>
10
10
  <!-- Bread Crumb -->
11
11
  <ol class="breadcrumb">
12
- <li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
12
+ <li><%= link_to "Listing Index", phcscriptcdnpro.script_listings_path %></li>
13
13
  <li class="active"><%= yield(:phc_title_tagline) %></li>
14
14
  </ol>
15
15
  </div>
@@ -9,7 +9,7 @@
9
9
  <h2><%= yield(:phc_title) %></h2>
10
10
  <!-- Bread Crumb -->
11
11
  <ol class="breadcrumb">
12
- <li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
12
+ <li><%= link_to "Listing Index", phcscriptcdnpro.script_listings_path %></li>
13
13
  <li class="active"><%= yield(:phc_title_tagline) %></li>
14
14
  </ol>
15
15
  </div>
@@ -1,5 +1,5 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Script Listing Manager" %>
2
+ <% phc_title "Script Listings Manager" %>
3
3
  <% phc_title_tagline "Update Script URL Information" %>
4
4
  <!-- Title System -->
5
5
 
@@ -9,14 +9,15 @@
9
9
  <h2><%= yield(:phc_title) %></h2>
10
10
  <!-- Bread Crumb -->
11
11
  <ol class="breadcrumb">
12
- <li><%= link_to "Script URL Index", phcscriptcdnpro.script_listings_path %></li>
12
+ <li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
13
+ <li><%= link_to "Script URLs", phcscriptcdnpro.script_listing_urls_path %></li>
13
14
  <li class="active"><%= yield(:phc_title_tagline) %></li>
14
15
  </ol>
15
16
  </div>
16
17
  <div class="col-sm-8">
17
18
  <div class="title-action">
18
19
  <%= link_to phcscriptcdnpro.script_listing_urls_path, class: "btn btn-primary" do %>
19
- <i class="fa fa-plus"></i> Back to Script URL Index
20
+ <i class="fa fa-plus"></i> Back to URL Index
20
21
  <% end %>
21
22
  </div>
22
23
  </div>
@@ -25,12 +26,9 @@
25
26
 
26
27
  <!-- Page Content -->
27
28
  <div class="wrapper wrapper-content animated fadeInRight">
28
-
29
29
  <div class="row">
30
30
  <div class="col-lg-12">
31
-
32
31
  <div class="ibox float-e-margins">
33
-
34
32
  <div class="ibox-title">
35
33
  <h5><%= yield(:phc_title_tagline) %></h5>
36
34
  <div class="ibox-tools">
@@ -42,18 +40,12 @@
42
40
  </a>
43
41
  </div>
44
42
  </div>
45
-
46
43
  <div class="ibox-content">
47
-
48
- <!-- Form Requries URL to Function Properly -->
49
- <%= render 'form', { form_url: script_listing_url_path } %>
50
-
44
+ <!-- Form Requries URL to Function Properly -->
45
+ <%= render 'form', { form_url: script_listing_url_path } %>
51
46
  </div>
52
-
53
47
  </div>
54
-
55
48
  </div>
56
49
  </div>
57
-
58
50
  </div>
59
51
  <!-- Page Content -->
@@ -1,5 +1,5 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Script Listing Manager" %>
2
+ <% phc_title "Script Listings Manager" %>
3
3
  <% phc_title_tagline "Script URL Index" %>
4
4
  <!-- Title System -->
5
5
 
@@ -16,7 +16,7 @@
16
16
  <div class="col-sm-8">
17
17
  <div class="title-action">
18
18
  <%= link_to phcscriptcdnpro.new_script_listing_url_path, class: "btn btn-primary" do %>
19
- <i class="fa fa-plus"></i> Create a New Script URL
19
+ <i class="fa fa-plus"></i> Create a New URL
20
20
  <% end %>
21
21
  </div>
22
22
  </div>
@@ -25,12 +25,10 @@
25
25
 
26
26
  <!-- Page Content -->
27
27
  <div class="wrapper wrapper-content animated fadeInRight">
28
-
29
28
  <div class="row">
30
29
  <div class="col-lg-12">
31
30
 
32
31
  <div class="ibox float-e-margins">
33
-
34
32
  <div class="ibox-title">
35
33
  <h5><%= yield(:phc_title_tagline) %></h5>
36
34
  <div class="ibox-tools">
@@ -42,8 +40,8 @@
42
40
  </a>
43
41
  </div>
44
42
  </div>
45
-
46
43
  <div class="ibox-content">
44
+
47
45
  <div class="table-responsive">
48
46
  <table class="table table-striped table-bordered table-hover dataTables-example">
49
47
  <thead>
@@ -64,10 +62,10 @@
64
62
  </tbody>
65
63
  </table>
66
64
  </div>
65
+
67
66
  </div>
68
67
 
69
68
  </div>
70
-
71
69
  </div>
72
70
  </div>
73
71
 
@@ -1,5 +1,5 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Script Listing Manager" %>
2
+ <% phc_title "Script Listings Manager" %>
3
3
  <% phc_title_tagline "Create a New Script URL" %>
4
4
  <!-- Title System -->
5
5
 
@@ -9,28 +9,27 @@
9
9
  <h2><%= yield(:phc_title) %></h2>
10
10
  <!-- Bread Crumb -->
11
11
  <ol class="breadcrumb">
12
- <li><%= link_to "Script URL Index", phcscriptcdnpro.script_listings_path %></li>
12
+ <li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
13
+ <li><%= link_to "Script URLs", phcscriptcdnpro.script_listing_urls_path %></li>
13
14
  <li class="active"><%= yield(:phc_title_tagline) %></li>
14
15
  </ol>
15
16
  </div>
16
17
  <div class="col-sm-8">
17
18
  <div class="title-action">
18
19
  <%= link_to phcscriptcdnpro.script_listing_urls_path, class: "btn btn-primary" do %>
19
- <i class="fa fa-plus"></i> Back to Script URL Index
20
+ <i class="fa fa-plus"></i> Back to URL Index
20
21
  <% end %>
21
22
  </div>
22
23
  </div>
23
24
  </div>
24
25
  <!-- Page Header -->
25
26
 
27
+
26
28
  <!-- Page Content -->
27
29
  <div class="wrapper wrapper-content animated fadeInRight">
28
-
29
30
  <div class="row">
30
31
  <div class="col-lg-12">
31
-
32
32
  <div class="ibox float-e-margins">
33
-
34
33
  <div class="ibox-title">
35
34
  <h5><%= yield(:phc_title_tagline) %></h5>
36
35
  <div class="ibox-tools">
@@ -42,18 +41,12 @@
42
41
  </a>
43
42
  </div>
44
43
  </div>
45
-
46
44
  <div class="ibox-content">
47
-
48
- <!-- Form Requries URL to Function Properly -->
49
- <%= render 'form', { form_url: script_listing_urls_path } %>
50
-
45
+ <!-- Form Requries URL to Function Properly -->
46
+ <%= render 'form', { form_url: script_listing_urls_path } %>
51
47
  </div>
52
-
53
48
  </div>
54
-
55
49
  </div>
56
50
  </div>
57
-
58
51
  </div>
59
52
  <!-- Page Content -->
@@ -1,5 +1,5 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Script Listing Manager" %>
2
+ <% phc_title "Script Listings Manager" %>
3
3
  <% phc_title_tagline "Script URL Details" %>
4
4
  <!-- Title System -->
5
5
 
@@ -9,14 +9,15 @@
9
9
  <h2><%= yield(:phc_title) %></h2>
10
10
  <!-- Bread Crumb -->
11
11
  <ol class="breadcrumb">
12
- <li><%= link_to "Script URL Index", phcscriptcdnpro.script_listings_path %></li>
12
+ <li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
13
+ <li><%= link_to "Script URLs", phcscriptcdnpro.script_listing_urls_path %></li>
13
14
  <li class="active"><%= yield(:phc_title_tagline) %></li>
14
15
  </ol>
15
16
  </div>
16
17
  <div class="col-sm-8">
17
18
  <div class="title-action">
18
19
  <%= link_to phcscriptcdnpro.script_listing_urls_path, class: "btn btn-primary" do %>
19
- <i class="fa fa-plus"></i> Back to Script URL Index
20
+ <i class="fa fa-plus"></i> Back to URL Index
20
21
  <% end %>
21
22
  </div>
22
23
  </div>
@@ -1,5 +1,5 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Script Listing Manager" %>
2
+ <% phc_title "Script Listings Manager" %>
3
3
  <% phc_title_tagline "Update Script Version Information" %>
4
4
  <!-- Title System -->
5
5
 
@@ -9,13 +9,13 @@
9
9
  <h2><%= yield(:phc_title) %></h2>
10
10
  <!-- Bread Crumb -->
11
11
  <ol class="breadcrumb">
12
- <li><%= link_to "Script Versions", phcscriptcdnpro.script_versions_path %></li>
12
+ <li><%= link_to "Script Version Index", phcscriptcdnpro.script_versions_path %></li>
13
13
  <li class="active"><%= yield(:phc_title_tagline) %></li>
14
14
  </ol>
15
15
  </div>
16
16
  <div class="col-sm-8">
17
17
  <div class="title-action">
18
- <%= link_to phcscriptcdnpro.script_versions_path, class: "btn btn-primary" do %>
18
+ <%= link_to phcscriptcdnpro.script_listings_path, class: "btn btn-primary" do %>
19
19
  <i class="fa fa-plus"></i> Back to Script Version Index
20
20
  <% end %>
21
21
  </div>
@@ -1,5 +1,5 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Script Listing Manager" %>
2
+ <% phc_title "Script Listings Manager" %>
3
3
  <% phc_title_tagline "Script Version Index" %>
4
4
  <!-- Title System -->
5
5
 
@@ -9,7 +9,6 @@
9
9
  <h2><%= yield(:phc_title) %></h2>
10
10
  <!-- Bread Crumb -->
11
11
  <ol class="breadcrumb">
12
- <li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
13
12
  <li class="active"><%= yield(:phc_title_tagline) %></li>
14
13
  </ol>
15
14
  </div>
@@ -1,5 +1,5 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Script Listing Manager" %>
2
+ <% phc_title "Script Listings Manager" %>
3
3
  <% phc_title_tagline "Create a New Version" %>
4
4
  <!-- Title System -->
5
5
 
@@ -9,13 +9,13 @@
9
9
  <h2><%= yield(:phc_title) %></h2>
10
10
  <!-- Bread Crumb -->
11
11
  <ol class="breadcrumb">
12
- <li><%= link_to "Script Versions", phcscriptcdnpro.script_versions_path %></li>
12
+ <li><%= link_to "Script Version Index", phcscriptcdnpro.script_versions_path %></li>
13
13
  <li class="active"><%= yield(:phc_title_tagline) %></li>
14
14
  </ol>
15
15
  </div>
16
16
  <div class="col-sm-8">
17
17
  <div class="title-action">
18
- <%= link_to phcscriptcdnpro.script_versions_path, class: "btn btn-primary" do %>
18
+ <%= link_to phcscriptcdnpro.script_listings_path, class: "btn btn-primary" do %>
19
19
  <i class="fa fa-plus"></i> Back to Script Version Index
20
20
  <% end %>
21
21
  </div>
@@ -1,5 +1,5 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Script Listing Manager" %>
2
+ <% phc_title "Script Listings Manager" %>
3
3
  <% phc_title_tagline "Script Version Details" %>
4
4
  <!-- Title System -->
5
5
 
@@ -9,7 +9,7 @@
9
9
  <h2><%= yield(:phc_title) %></h2>
10
10
  <!-- Bread Crumb -->
11
11
  <ol class="breadcrumb">
12
- <li><%= link_to "Script Versions", phcscriptcdnpro.script_versions_path %></li>
12
+ <li><%= link_to "Script Version Index", phcscriptcdnpro.script_versions_path %></li>
13
13
  <li class="active"><%= yield(:phc_title_tagline) %></li>
14
14
  </ol>
15
15
  </div>
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "5.1.0"
2
+ VERSION = "5.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcscriptcdnpro
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.0
4
+ version: 5.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts