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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da7df44e00894787e8b789aa8504f53781c05d7a
|
4
|
+
data.tar.gz: b8fa8db78137575a25e94c51e73f666ada0f4601
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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>
|
52
|
+
<th>Script URL</th>
|
53
53
|
<th>Release Date</th>
|
54
|
-
<th>
|
55
|
-
<th>Beta Release Date</th>
|
54
|
+
<th>CDN Update Date</th>
|
56
55
|
</tr>
|
57
56
|
</thead>
|
57
|
+
|
58
58
|
<tbody>
|
59
|
-
<% @
|
59
|
+
<% @script_urls.each do |script_url| %>
|
60
60
|
<tr>
|
61
|
-
<td
|
62
|
-
<td
|
63
|
-
<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>
|