phcscriptcdnpro 4.5.6 → 4.5.7

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: deb8548133bd3d28f99064742c827914bd983fef
4
- data.tar.gz: 1c2ac77f2601d4fcf5b4c79dc66504cbcc23dd18
3
+ metadata.gz: 184351c5f5fb44850782243a28a669341eef8f76
4
+ data.tar.gz: 453387885aee8d1d70c2c9668af6e1991999a157
5
5
  SHA512:
6
- metadata.gz: dce1fec39aa83ea07192675699ed7e74da5b0bee915a6f4bd956022b0a5805ded67a370ebb33f62156c1ef831333c34a3dc88f7c674db9614d5e42f8808ce0ee
7
- data.tar.gz: 867bd9d430d6abf2f0e5b7d3a2eded017d2da39708a85ea773c17208ef2d411a656e15739204dd0ba5c23f22d9346859d1553008d27c75c7730c5c83d1a23ed7
6
+ metadata.gz: 930df23a5ec0de098c50501dbf0ebb46abd7782b485d2393496edc6a89d003eb90bf5624dbdad90f89d22729267581b125462b8d8d699171bc6eded4e13274bf
7
+ data.tar.gz: 1951896d802a1dab1c1e9ea560db384a1fbf9c52ac08e9083d0be15e315a46e809fe0f050776a721f839367c88696ef15affe7da6ffadc56229ce21220f5ba85
@@ -1,48 +1,60 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Script URL Manager" %>
2
+ <% phc_title "Script Listing Manager" %>
3
3
  <% phc_title_tagline "Update Script URL Information" %>
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><%= link_to "URL Index", script_listing_urls_path %> <i class="fa fa-circle"></i></li>
11
- <li class="active"><%= yield(:phc_title_tagline) %></li>
12
- </ul>
13
-
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><%= link_to "Script URL Index", phcscriptcdnpro.script_listings_path %></li>
14
+ <li class="active"><%= yield(:phc_title_tagline) %></li>
15
+ </ol>
16
+ </div>
17
+ <div class="col-sm-8">
18
+ <div class="title-action">
19
+ <%= link_to phcscriptcdnpro.script_listing_urls_path, class: "btn btn-primary" do %>
20
+ <i class="fa fa-plus"></i> Back to Script URL Index
21
+ <% end %>
22
+ </div>
23
+ </div>
14
24
  </div>
15
-
16
- <!-- Page Title -->
17
- <h3 class="page-title">
18
- <%= yield(:phc_title) %> </br>
19
- <small><%= yield(:phc_title_tagline) %></small>
20
- </h3>
21
-
22
- <!-- Main Content -->
23
- <div class="row">
24
- <div class="col-lg-12">
25
-
26
- <div class="portlet light">
27
-
28
- <div class="portlet-title">
29
-
30
- <div class="caption">
31
- <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
32
- </div>
33
- <div class="actions">
25
+ <!-- Page Header -->
26
+
27
+ <!-- Page Content -->
28
+ <div class="wrapper wrapper-content animated fadeInRight">
29
+
30
+ <div class="row">
31
+ <div class="col-lg-12">
32
+
33
+ <div class="ibox float-e-margins">
34
+
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>
34
45
  </div>
35
46
 
36
- </div>
37
-
38
- <div class="portlet-body">
47
+ <div class="ibox-content">
39
48
 
40
49
  <!-- Form Requries URL to Function Properly -->
41
50
  <%= render 'form', { form_url: script_listing_url_path } %>
42
51
 
52
+ </div>
53
+
43
54
  </div>
44
55
 
45
56
  </div>
46
-
47
57
  </div>
58
+
48
59
  </div>
60
+ <!-- Page Content -->
@@ -1,23 +1,89 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Script URL Manager" %>
2
+ <% phc_title "Script Listing Manager" %>
3
3
  <% phc_title_tagline "Script URL Index" %>
4
+ <!-- Title System -->
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><%= link_to "Script URL Index", phcscriptcdnpro.script_listings_path %></li>
14
+ <li class="active"><%= yield(:phc_title_tagline) %></li>
15
+ </ol>
16
+ </div>
17
+ <div class="col-sm-8">
18
+ <div class="title-action">
19
+ <%= link_to phcscriptcdnpro.new_script_listing_url_path, class: "btn btn-primary" do %>
20
+ <i class="fa fa-plus"></i> Create a New Script URL
21
+ <% end %>
22
+ </div>
23
+ </div>
24
+ </div>
25
+ <!-- Page Header -->
26
+
27
+ <!-- Page Content -->
28
+ <div class="wrapper wrapper-content animated fadeInRight">
4
29
 
5
- <!-- Bread Crumb -->
6
- <div class="page-bar">
30
+ <div class="row">
31
+ <div class="col-lg-12">
7
32
 
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>
33
+ <div class="ibox float-e-margins">
34
+
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
+
47
+ <div class="ibox-content">
48
+ <div class="table-responsive">
49
+ <table class="table table-striped table-bordered table-hover dataTables-example">
50
+ <thead>
51
+ <tr>
52
+ <th>Title</th>
53
+ <th>Release Date</th>
54
+ <th>Latest Release Date</th>
55
+ <th>Beta Release Date</th>
56
+ </tr>
57
+ </thead>
58
+ <tbody>
59
+ <% @script_listings.each do |script_listing| %>
60
+ <tr>
61
+ <td class="vert-align"><%= link_to script_listing.scripttitle, script_listing_path(script_listing) %></td>
62
+ <td class="vert-align"><%= link_to script_listing.scriptinitialrelease, script_listing_path(script_listing) %></td>
63
+ <td class="vert-align"><%= link_to script_listing.scriptlastestrelease, script_listing_path(script_listing) %></td>
64
+ <td class="vert-align"><%= link_to script_listing.scriptbetarelease, script_listing_path(script_listing) %></td>
65
+ </tr>
66
+ <% end %>
67
+ </tbody>
68
+ </table>
69
+ </div>
70
+ </div>
71
+
72
+ </div>
73
+
74
+ </div>
75
+ </div>
12
76
 
13
77
  </div>
78
+ <!-- Page Content -->
79
+
80
+
81
+
82
+
83
+
84
+
85
+
14
86
 
15
- <!-- Page Title -->
16
- <h3 class="page-title">
17
- <%= yield(:phc_title) %> </br>
18
- <small><%= yield(:phc_title_tagline) %></small>
19
- </h3>
20
-
21
87
  <!-- Main Content -->
22
88
  <div class="row">
23
89
  <div class="col-lg-12">
@@ -1,48 +1,60 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Script URL Manager" %>
2
+ <% phc_title "Script Listing Manager" %>
3
3
  <% phc_title_tagline "Create a New Script URL" %>
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><%= link_to "URL Index", script_listing_urls_path %> <i class="fa fa-circle"></i></li>
11
- <li class="active"><%= yield(:phc_title_tagline) %></li>
12
- </ul>
13
-
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><%= link_to "Script URL Index", phcscriptcdnpro.script_listings_path %></li>
14
+ <li class="active"><%= yield(:phc_title_tagline) %></li>
15
+ </ol>
16
+ </div>
17
+ <div class="col-sm-8">
18
+ <div class="title-action">
19
+ <%= link_to phcscriptcdnpro.script_listing_urls_path, class: "btn btn-primary" do %>
20
+ <i class="fa fa-plus"></i> Back to Script URL Index
21
+ <% end %>
22
+ </div>
23
+ </div>
14
24
  </div>
15
-
16
- <!-- Page Title -->
17
- <h3 class="page-title">
18
- <%= yield(:phc_title) %> </br>
19
- <small><%= yield(:phc_title_tagline) %></small>
20
- </h3>
21
-
22
- <!-- Main Content -->
23
- <div class="row">
24
- <div class="col-lg-12">
25
-
26
- <div class="portlet light">
27
-
28
- <div class="portlet-title">
29
-
30
- <div class="caption">
31
- <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
32
- </div>
33
- <div class="actions">
25
+ <!-- Page Header -->
26
+
27
+ <!-- Page Content -->
28
+ <div class="wrapper wrapper-content animated fadeInRight">
29
+
30
+ <div class="row">
31
+ <div class="col-lg-12">
32
+
33
+ <div class="ibox float-e-margins">
34
+
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>
34
45
  </div>
35
46
 
36
- </div>
37
-
38
- <div class="portlet-body">
47
+ <div class="ibox-content">
39
48
 
40
49
  <!-- Form Requries URL to Function Properly -->
41
50
  <%= render 'form', { form_url: script_listing_urls_path } %>
42
51
 
52
+ </div>
53
+
43
54
  </div>
44
55
 
45
56
  </div>
46
-
47
57
  </div>
58
+
48
59
  </div>
60
+ <!-- Page Content -->
@@ -1,50 +1,61 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Script URL Manager" %>
3
- <% phc_title_tagline "Script URL Profile" %>
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><%= link_to "URL Index", script_listing_urls_path %> <i class="fa fa-circle"></i></li>
11
- <li class="active"><%= yield(:phc_title_tagline) %></li>
12
- </ul>
2
+ <% phc_title "Script Listing Manager" %>
3
+ <% phc_title_tagline "Script URL Details" %>
4
+ <!-- Title System -->
13
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><%= link_to "Script URL Index", phcscriptcdnpro.script_listings_path %></li>
14
+ <li class="active"><%= yield(:phc_title_tagline) %></li>
15
+ </ol>
16
+ </div>
17
+ <div class="col-sm-8">
18
+ <div class="title-action">
19
+ <%= link_to phcscriptcdnpro.script_listing_urls_path, class: "btn btn-primary" do %>
20
+ <i class="fa fa-plus"></i> Back to Script URL Index
21
+ <% end %>
22
+ </div>
23
+ </div>
14
24
  </div>
15
-
16
- <!-- Page Title -->
17
- <h3 class="page-title">
18
- <%= yield(:phc_title) %> </br>
19
- <small><%= yield(:phc_title_tagline) %></small>
20
- </h3>
21
-
22
- <!-- Main Content -->
23
- <div class="row">
24
- <div class="col-lg-12">
25
-
26
- <div class="portlet light">
27
-
28
- <div class="portlet-title">
29
-
30
- <div class="caption">
31
- <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
32
- </div>
33
- <div class="actions">
25
+ <!-- Page Header -->
26
+
27
+ <!-- Page Content -->
28
+ <div class="wrapper wrapper-content animated fadeInRight">
29
+
30
+ <div class="row">
31
+ <div class="col-lg-12">
32
+
33
+ <div class="ibox float-e-margins">
34
+
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>
34
45
  </div>
35
46
 
36
- </div>
47
+ <div class="ibox-content">
37
48
 
38
- <div class="portlet-body">
49
+ <div class="btn-group" role="group" aria-label="url_button_group">
50
+ <%= link_to 'Edit', edit_script_listing_url_path, class: "btn btn-primary" %>
51
+ <%= link_to 'Destroy', script_listing_url_path, method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-danger" %>
52
+ </div>
39
53
 
40
- <div class="btn-group" role="group" aria-label="url_button_group">
41
- <%= link_to 'Edit', edit_script_listing_url_path, class: "btn btn-primary" %>
42
- <%= link_to 'Destroy', script_listing_url_path, method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-danger" %>
43
54
  </div>
44
55
 
45
56
  </div>
46
57
 
47
58
  </div>
48
-
49
59
  </div>
50
- </div>
60
+
61
+ </div>
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "4.5.6"
2
+ VERSION = "4.5.7"
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: 4.5.6
4
+ version: 4.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-20 00:00:00.000000000 Z
11
+ date: 2017-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails