phcscriptcdnpro 4.5.3 → 4.5.4

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: c7524235ac584c29a66fb324632151e859eb0731
4
- data.tar.gz: 97d661fe01169dcdcb11726b5372279d35d6e296
3
+ metadata.gz: feb5ce3815a372cdc59c40f3996708412b5683bc
4
+ data.tar.gz: 3b6908ab3c6be916c61401f89cc7293b8b57f76f
5
5
  SHA512:
6
- metadata.gz: 9f6e885f65e9fd2e3c4ec7f16f4e71b3c713b32063b834fe1bbdc93c775a3896074aa31c5b3e4b667b8a5c7b867fa0aa35a595e078f875d570a254efb328b091
7
- data.tar.gz: 6aa859a54f72b27d43a2d57ff87038e0b77a04644a01a095bb5ae811f3a597d149a7cf60e33bb263f21ce645219e6d47a6908d99dd0bf87539fabdc3d5e903a2
6
+ metadata.gz: b803b777022ce3798506fc2d14123daf9857a7aab6c88c083e893a3659590913e8662a65398760bce7418c533661c6b32aa0c48f30c0af8b1a9ea207ed7e4b0b
7
+ data.tar.gz: 8beec3d22b69317e2e344e6c65ab51089640b53a2eba9b03c64e8bd87bdd3c6a3e9632f9d746a976fdcd3d877ca08ffea915d4c3ce86dfd03273df758fbad89b
@@ -1,47 +1,59 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Script URL Manager" %>
3
- <% phc_title_tagline "Script URL Index" %>
4
-
5
- <!-- Bread Crumb -->
6
- <div class="page-bar">
7
-
8
- <ul class="page-breadcrumb">
9
- <li><%= link_to "Script Listings Index", script_listings_path %> <i class="fa fa-circle"></i></li>
10
- <li class="active"><%= yield(:phc_title_tagline) %> </li>
11
- </ul>
2
+ <% phc_title "Script Listing Manager" %>
3
+ <% phc_title_tagline "Create a New Script Listing" %>
4
+ <!-- Title System -->
12
5
 
6
+ <!-- Page Header -->
7
+ <div class="row wrapper border-bottom white-bg page-heading">
8
+ <div class="col-sm-4">
9
+ <h2><%= yield(:phc_title) %></h2>
10
+ <!-- Bread Crumb -->
11
+ <ol class="breadcrumb">
12
+ <li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
13
+ <li class="active"><%= yield(:phc_title_tagline) %></li>
14
+ </ol>
15
+ </div>
16
+ <div class="col-sm-8">
17
+ <div class="title-action">
18
+ <%= link_to phcscriptcdnpro.script_listings_path, class: "btn btn-primary" do %>
19
+ <i class="fa fa-plus"></i> Back to Script Listing Index
20
+ <% end %>
21
+ </div>
22
+ </div>
13
23
  </div>
14
-
15
- <!-- Page Title -->
16
- <h3 class="page-title">
17
- <%= yield(:phc_title) %> </br>
18
- <small><%= yield(:phc_title_tagline) %></small>
19
- </h3>
20
-
21
- <!-- Main Content -->
22
- <div class="row">
23
- <div class="col-lg-12">
24
-
25
- <div class="portlet light">
26
-
27
- <div class="portlet-title">
28
-
29
- <div class="caption">
30
- <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
31
- </div>
32
- <div class="actions">
24
+ <!-- Page Header -->
25
+
26
+ <!-- Page Content -->
27
+ <div class="wrapper wrapper-content animated fadeInRight">
28
+
29
+ <div class="row">
30
+ <div class="col-lg-12">
31
+
32
+ <div class="ibox float-e-margins">
33
+
34
+ <div class="ibox-title">
35
+ <h5><%= yield(:phc_title_tagline) %></h5>
36
+ <div class="ibox-tools">
37
+ <a class="collapse-link">
38
+ <i class="fa fa-chevron-up"></i>
39
+ </a>
40
+ <a class="close-link">
41
+ <i class="fa fa-times"></i>
42
+ </a>
43
+ </div>
33
44
  </div>
34
45
 
35
- </div>
46
+ <div class="ibox-content">
36
47
 
37
- <div class="portlet-body">
48
+ <!-- Form Requries URL to Function Properly -->
49
+ <%= render 'form', script_listing: @script_listing %>
38
50
 
39
- <!-- Form Requries URL to Function Properly -->
40
- <%= render 'form', script_listing: @script_listing %>
51
+ </div>
41
52
 
42
53
  </div>
43
54
 
44
55
  </div>
45
-
46
56
  </div>
57
+
47
58
  </div>
59
+ <!-- Page Content -->
@@ -1,73 +1,76 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "Script Listing Manager" %>
3
- <% phc_title_tagline "Create a New Script Listing" %>
4
-
5
- <!-- Bread Crumb -->
6
- <div class="page-bar">
7
-
8
- <ul class="page-breadcrumb">
9
- <li><%= link_to "Script Listings Index", script_listings_path %> <i class="fa fa-circle"></i></li>
10
- <li class="active"><%= yield(:phc_title_tagline) %> </li>
11
- </ul>
3
+ <% phc_title_tagline "Script Listing Index" %>
4
+ <!-- Title System -->
12
5
 
6
+ <!-- Page Header -->
7
+ <div class="row wrapper border-bottom white-bg page-heading">
8
+ <div class="col-sm-4">
9
+ <h2><%= yield(:phc_title) %></h2>
10
+ <!-- Bread Crumb -->
11
+ <ol class="breadcrumb">
12
+ <li class="active"><%= yield(:phc_title_tagline) %></li>
13
+ </ol>
14
+ </div>
15
+ <div class="col-sm-8">
16
+ <div class="title-action">
17
+ <%= link_to phcscriptcdnpro.script_listings_path, class: "btn btn-primary" do %>
18
+ <i class="fa fa-plus"></i> Back to Script Listing Index
19
+ <% end %>
20
+ </div>
21
+ </div>
13
22
  </div>
14
-
15
- <!-- Page Title -->
16
- <h3 class="page-title">
17
- <%= yield(:phc_title) %> </br>
18
- <small><%= yield(:phc_title_tagline) %></small>
19
- </h3>
20
-
21
- <!-- Main Content -->
22
- <div class="row">
23
- <div class="col-lg-12">
24
-
25
- <div class="portlet light">
26
-
27
- <div class="portlet-title">
28
-
29
- <div class="caption">
30
- <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
23
+ <!-- Page Header -->
24
+
25
+ <!-- Page Content -->
26
+ <div class="wrapper wrapper-content animated fadeInRight">
27
+
28
+ <div class="row">
29
+ <div class="col-lg-12">
30
+
31
+ <div class="ibox float-e-margins">
32
+
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>
31
43
  </div>
32
- <div class="actions">
33
- <%= link_to phcscriptcdnpro.new_script_listing_path, class: "btn blue-chambray" do %>
34
- <i class="fa fa-plus"></i> Add New CDN Listing
35
- <% end %>
36
- </div>
37
-
38
- </div>
39
-
40
- <div class="portlet-body">
41
-
42
- <div class="table-responsive">
43
44
 
44
- <table class="table table-bordered table-striped table-hover">
45
- <thead>
46
- <tr>
47
- <th>Title</th>
48
- <th>Release Date</th>
49
- <th>Latest Release Date</th>
50
- <th>Beta Release Date</th>
51
- </tr>
52
- </thead>
53
-
54
- <tbody>
55
- <% @script_listings.each do |script_listing| %>
45
+ <div class="ibox-content">
46
+ <div class="table-responsive">
47
+ <table class="table table-striped table-bordered table-hover dataTables-example">
48
+ <thead>
56
49
  <tr>
57
- <td class="vert-align"><%= link_to script_listing.scripttitle, script_listing_path(script_listing) %></td>
58
- <td class="vert-align"><%= link_to script_listing.scriptinitialrelease, script_listing_path(script_listing) %></td>
59
- <td class="vert-align"><%= link_to script_listing.scriptlastestrelease, script_listing_path(script_listing) %></td>
60
- <td class="vert-align"><%= link_to script_listing.scriptbetarelease, script_listing_path(script_listing) %></td>
50
+ <th>Title</th>
51
+ <th>Release Date</th>
52
+ <th>Latest Release Date</th>
53
+ <th>Beta Release Date</th>
61
54
  </tr>
62
- <% end %>
63
- </tbody>
64
- </table>
65
-
55
+ </thead>
56
+ <tbody>
57
+ <% @script_listings.each do |script_listing| %>
58
+ <tr>
59
+ <td class="vert-align"><%= link_to script_listing.scripttitle, script_listing_path(script_listing) %></td>
60
+ <td class="vert-align"><%= link_to script_listing.scriptinitialrelease, script_listing_path(script_listing) %></td>
61
+ <td class="vert-align"><%= link_to script_listing.scriptlastestrelease, script_listing_path(script_listing) %></td>
62
+ <td class="vert-align"><%= link_to script_listing.scriptbetarelease, script_listing_path(script_listing) %></td>
63
+ </tr>
64
+ <% end %>
65
+ </tbody>
66
+ </table>
67
+ </div>
66
68
  </div>
67
69
 
68
70
  </div>
69
71
 
70
72
  </div>
71
-
72
73
  </div>
74
+
73
75
  </div>
76
+ <!-- Page Content -->
@@ -1,47 +1,59 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "Script Listing Manager" %>
3
3
  <% phc_title_tagline "Create a New Script Listing" %>
4
+ <!-- Title System -->
4
5
 
5
- <!-- Bread Crumb -->
6
- <div class="page-bar">
7
-
8
- <ul class="page-breadcrumb">
9
- <li><%= link_to "Script Listings Index", script_listings_path %> <i class="fa fa-circle"></i></li>
10
- <li class="active"><%= yield(:phc_title_tagline) %> </li>
11
- </ul>
12
-
6
+ <!-- Page Header -->
7
+ <div class="row wrapper border-bottom white-bg page-heading">
8
+ <div class="col-sm-4">
9
+ <h2><%= yield(:phc_title) %></h2>
10
+ <!-- Bread Crumb -->
11
+ <ol class="breadcrumb">
12
+ <li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
13
+ <li class="active"><%= yield(:phc_title_tagline) %></li>
14
+ </ol>
15
+ </div>
16
+ <div class="col-sm-8">
17
+ <div class="title-action">
18
+ <%= link_to phcscriptcdnpro.script_listings_path, class: "btn btn-primary" do %>
19
+ <i class="fa fa-plus"></i> Back to Script Listing Index
20
+ <% end %>
21
+ </div>
22
+ </div>
13
23
  </div>
14
-
15
- <!-- Page Title -->
16
- <h3 class="page-title">
17
- <%= yield(:phc_title) %> </br>
18
- <small><%= yield(:phc_title_tagline) %></small>
19
- </h3>
20
-
21
- <!-- Main Content -->
22
- <div class="row">
23
- <div class="col-lg-12">
24
-
25
- <div class="portlet light">
26
-
27
- <div class="portlet-title">
28
-
29
- <div class="caption">
30
- <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
31
- </div>
32
- <div class="actions">
24
+ <!-- Page Header -->
25
+
26
+ <!-- Page Content -->
27
+ <div class="wrapper wrapper-content animated fadeInRight">
28
+
29
+ <div class="row">
30
+ <div class="col-lg-12">
31
+
32
+ <div class="ibox float-e-margins">
33
+
34
+ <div class="ibox-title">
35
+ <h5><%= yield(:phc_title_tagline) %></h5>
36
+ <div class="ibox-tools">
37
+ <a class="collapse-link">
38
+ <i class="fa fa-chevron-up"></i>
39
+ </a>
40
+ <a class="close-link">
41
+ <i class="fa fa-times"></i>
42
+ </a>
43
+ </div>
33
44
  </div>
34
45
 
35
- </div>
46
+ <div class="ibox-content">
36
47
 
37
- <div class="portlet-body">
48
+ <!-- Form Requries URL to Function Properly -->
49
+ <%= render 'form', script_listing: @script_listing %>
38
50
 
39
- <!-- Form Requries URL to Function Properly -->
40
- <%= render 'form', script_listing: @script_listing %>
51
+ </div>
41
52
 
42
53
  </div>
43
54
 
44
55
  </div>
45
-
46
56
  </div>
57
+
47
58
  </div>
59
+ <!-- Page Content -->
@@ -1,49 +1,58 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "Script Listing Manager" %>
3
- <% phc_title_tagline "Script Listing" %>
4
-
5
- <!-- Bread Crumb -->
6
- <div class="page-bar">
7
-
8
- <ul class="page-breadcrumb">
9
- <li><%= link_to "Script Listings Index", script_listings_path %> <i class="fa fa-circle"></i></li>
10
- <li class="active"><%= yield(:phc_title_tagline) %> </li>
11
- </ul>
3
+ <% phc_title_tagline "Script Listings" %>
4
+ <!-- Title System -->
12
5
 
6
+ <!-- Page Header -->
7
+ <div class="row wrapper border-bottom white-bg page-heading">
8
+ <div class="col-sm-4">
9
+ <h2><%= yield(:phc_title) %></h2>
10
+ <!-- Bread Crumb -->
11
+ <ol class="breadcrumb">
12
+ <li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
13
+ <li class="active"><%= yield(:phc_title_tagline) %></li>
14
+ </ol>
15
+ </div>
16
+ <div class="col-sm-8">
17
+ <div class="title-action">
18
+ <%= link_to phcscriptcdnpro.script_listings_path, class: "btn btn-primary" do %>
19
+ <i class="fa fa-plus"></i> Back to Script Listing Index
20
+ <% end %>
21
+ </div>
22
+ </div>
13
23
  </div>
14
-
15
- <!-- Page Title -->
16
- <h3 class="page-title">
17
- <%= yield(:phc_title) %> </br>
18
- <small><%= yield(:phc_title_tagline) %></small>
19
- </h3>
20
-
21
- <!-- Main Content -->
22
- <div class="row">
23
- <div class="col-lg-12">
24
-
25
- <div class="portlet light">
26
-
27
- <div class="portlet-title">
28
-
29
- <div class="caption">
30
- <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
24
+ <!-- Page Header -->
25
+
26
+ <!-- Page Content -->
27
+ <div class="wrapper wrapper-content animated fadeInRight">
28
+
29
+ <div class="row">
30
+ <div class="col-lg-12">
31
+
32
+ <div class="ibox float-e-margins">
33
+
34
+ <div class="ibox-title">
35
+ <h5><%= yield(:phc_title_tagline) %></h5>
36
+ <div class="ibox-tools">
37
+ <a class="collapse-link">
38
+ <i class="fa fa-chevron-up"></i>
39
+ </a>
40
+ <a class="close-link">
41
+ <i class="fa fa-times"></i>
42
+ </a>
43
+ </div>
31
44
  </div>
32
- <div class="actions">
33
- </div>
34
-
35
- </div>
36
-
37
- <div class="portlet-body">
38
45
 
39
- <div class="btn-group" role="group" aria-label="url_button_group">
40
- <%= link_to 'Edit', edit_script_listing_path, class: "btn btn-primary" %>
41
- <%= link_to 'Destroy', script_listing_path, method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-danger" %>
46
+ <div class="ibox-content">
47
+ <div class="btn-group" role="group" aria-label="url_button_group">
48
+ <%= link_to 'Edit', edit_script_listing_path, class: "btn btn-primary" %>
49
+ <%= link_to 'Destroy', script_listing_path, method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-danger" %>
50
+ </div>
42
51
  </div>
43
52
 
44
53
  </div>
45
54
 
46
55
  </div>
47
-
48
56
  </div>
57
+
49
58
  </div>
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "4.5.3"
2
+ VERSION = "4.5.4"
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: 4.5.3
4
+ version: 4.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts