phcscriptcdnpro 1.7.9 → 1.7.10
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: 864b09e488dc6a7e3ba34f37e77b18818e2ae7ca
|
4
|
+
data.tar.gz: 105fe89ce59cd7612aa1ca6530e03ba42ca00af5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c979250f241bb93030fae0c95ddcd9ef78f0d8fb13e9a1252cebb3f7b51d05c3a555322494b83e217e6b7a0b62b93a6578e3547002b008e6747f35722f96852e
|
7
|
+
data.tar.gz: d79dd412abd78af2bff61ccbc91c06f18fc353c5298a09b501a12ee2dd398f58f14f87c73949483ba155d49066ab3bb00d6adb312e1e5deca6e354ed408ee4c7
|
@@ -28,7 +28,7 @@
|
|
28
28
|
<span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
|
29
29
|
</div>
|
30
30
|
<div class="actions">
|
31
|
-
<%= link_to phcscriptcdnpro.
|
31
|
+
<%= link_to phcscriptcdnpro.new_scriptcdn_information_path, class: "btn blue-chambray" do %>
|
32
32
|
<i class="fa fa-plus"></i> Add a New Script for CDN
|
33
33
|
<% end %>
|
34
34
|
</div>
|
@@ -54,19 +54,19 @@
|
|
54
54
|
</thead>
|
55
55
|
|
56
56
|
<tbody>
|
57
|
-
<% @
|
57
|
+
<% @scriptcdn_informations.each do |scriptcdn_informations| %>
|
58
58
|
<tr>
|
59
|
-
<td><%= link_to
|
60
|
-
<td><%= link_to
|
61
|
-
<td><%= link_to
|
62
|
-
<td><%= link_to
|
63
|
-
<td><%= link_to
|
64
|
-
<td><%= link_to
|
65
|
-
<td><%= link_to
|
66
|
-
<td><%= link_to
|
67
|
-
<td><%= link_to
|
68
|
-
<td><%= link_to
|
69
|
-
<td><%= link_to
|
59
|
+
<td><%= link_to scriptcdn_informations.scripttitle, edit_scriptcdn_information_path(scriptcdn_information) %></td>
|
60
|
+
<td><%= link_to scriptcdn_informations.scriptdescription, edit_scriptcdn_information_path(scriptcdn_information) %></td>
|
61
|
+
<td><%= link_to scriptcdn_informations.scriptcategory, edit_scriptcdn_information_path(scriptcdn_information) %></td>
|
62
|
+
<td><%= link_to scriptcdn_informations.scriptwebsite, edit_scriptcdn_information_path(scriptcdn_information) %></td>
|
63
|
+
<td><%= link_to scriptcdn_informations.scripttwitter, edit_scriptcdn_information_path(scriptcdn_information) %></td>
|
64
|
+
<td><%= link_to scriptcdn_informations.scriptgithub, edit_scriptcdn_information_path(scriptcdn_information) %></td>
|
65
|
+
<td><%= link_to scriptcdn_informations.scriptinitialrelease, edit_scriptcdn_information_path(scriptcdn_information) %></td>
|
66
|
+
<td><%= link_to scriptcdn_informations.scriptlicence, edit_scriptcdn_information_path(scriptcdn_information) %></td>
|
67
|
+
<td><%= link_to scriptcdn_informations.scriptplatform, edit_scriptcdn_information_path(scriptcdn_information) %></td>
|
68
|
+
<td><%= link_to scriptcdn_informations.version, edit_scriptcdn_information_path(scriptcdn_information) %></td>
|
69
|
+
<td><%= link_to scriptcdn_informations.main, edit_scriptcdn_information_path(scriptcdn_information) %></td>
|
70
70
|
<td><%= link_to 'Destroy', scriptcdn_information, method: :delete, data: { confirm: 'Are you sure?' } %></td>
|
71
71
|
</tr>
|
72
72
|
<% end %>
|