phcscriptcdnpro 4.5.7 → 4.5.8

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: 184351c5f5fb44850782243a28a669341eef8f76
4
- data.tar.gz: 453387885aee8d1d70c2c9668af6e1991999a157
3
+ metadata.gz: da7df44e00894787e8b789aa8504f53781c05d7a
4
+ data.tar.gz: b8fa8db78137575a25e94c51e73f666ada0f4601
5
5
  SHA512:
6
- metadata.gz: 930df23a5ec0de098c50501dbf0ebb46abd7782b485d2393496edc6a89d003eb90bf5624dbdad90f89d22729267581b125462b8d8d699171bc6eded4e13274bf
7
- data.tar.gz: 1951896d802a1dab1c1e9ea560db384a1fbf9c52ac08e9083d0be15e315a46e809fe0f050776a721f839367c88696ef15affe7da6ffadc56229ce21220f5ba85
6
+ metadata.gz: 972a02d44c49d3eb134ce9d488299b299ebbfd1c2df138c820bfaf85f3dc94e6701e0fc362a6840d9d3884e97d7b9fde7533ec39ded533169e2cbfa761191c3f
7
+ data.tar.gz: c4eac4483d639057b816cdf824ee5ae94efcd8e6206e6839ba34f0db961b04a2425e01e4566888097c8c0090c91e42b9b16a8141f879d9677ead31829fd3079e
@@ -49,19 +49,18 @@
49
49
  <table class="table table-striped table-bordered table-hover dataTables-example">
50
50
  <thead>
51
51
  <tr>
52
- <th>Title</th>
52
+ <th>Script URL</th>
53
53
  <th>Release Date</th>
54
- <th>Latest Release Date</th>
55
- <th>Beta Release Date</th>
54
+ <th>CDN Update Date</th>
56
55
  </tr>
57
56
  </thead>
57
+
58
58
  <tbody>
59
- <% @script_listings.each do |script_listing| %>
59
+ <% @script_urls.each do |script_url| %>
60
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>
61
+ <td><%= link_to script_url.scripturl, script_listing_url_path(script_url.listing, script_url) %></td>
62
+ <td><%= link_to script_url.scripturlrelease, script_listing_url_path(script_url.listing, script_url) %></td>
63
+ <td><%= link_to script_url.scripturlcdnupdate, script_listing_url_path(script_url.listing, script_url) %></td>
65
64
  </tr>
66
65
  <% end %>
67
66
  </tbody>
@@ -76,60 +75,3 @@
76
75
 
77
76
  </div>
78
77
  <!-- Page Content -->
79
-
80
-
81
-
82
-
83
-
84
-
85
-
86
-
87
- <!-- Main Content -->
88
- <div class="row">
89
- <div class="col-lg-12">
90
-
91
- <div class="portlet light">
92
-
93
- <div class="portlet-title">
94
-
95
- <div class="caption">
96
- <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
97
- </div>
98
- <div class="actions">
99
- <%= link_to phcscriptcdnpro.new_script_listing_url_path, class: "btn blue-chambray" do %>
100
- <i class="fa fa-plus"></i> Add New Script URL
101
- <% end %>
102
- </div>
103
-
104
- </div>
105
-
106
- <div class="portlet-body">
107
-
108
- <div class="table-responsive">
109
-
110
- <table class="table table-bordered table-striped table-hover">
111
- <thead>
112
- <tr>
113
- <th>Script URL</th>
114
- <th>Release Date</th>
115
- <th>CDN Update Date</th>
116
- </tr>
117
- </thead>
118
-
119
- <tbody>
120
- <% @script_urls.each do |script_url| %>
121
- <tr>
122
- <td><%= link_to script_url.scripturl, script_listing_url_path(script_url.listing, script_url) %></td>
123
- <td><%= link_to script_url.scripturlrelease, script_listing_url_path(script_url.listing, script_url) %></td>
124
- <td><%= link_to script_url.scripturlcdnupdate, script_listing_url_path(script_url.listing, script_url) %></td>
125
- </tr>
126
- <% end %>
127
- </tbody>
128
- </table>
129
- </div>
130
- </div>
131
-
132
- </div>
133
-
134
- </div>
135
- </div>
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "4.5.7"
2
+ VERSION = "4.5.8"
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.7
4
+ version: 4.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts