phcscriptcdnpro 1.7.11 → 1.8.0
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: a78ba6fef19e50ef34a3588531c398b91265de8d
|
4
|
+
data.tar.gz: 5e91c6fa8a6c8165050a7bf0daf6ece0120d2690
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e96e2dde89b0967242ac43cebe040f4ef40fbd7a28569e2c4d7a299116de8c122bb22bb60d0eb10693cd5acea05d27b6d10e27f9d24fb98a86a8c3f62fda5e81
|
7
|
+
data.tar.gz: aca557129e2b50fe6a688cdf67afc28049a42f827ddf48f0671e275e49e99a23b5d54bed6541b019defa67efd7c1b5af41307cbb565e5b184041714ae313c677
|
@@ -41,12 +41,7 @@
|
|
41
41
|
<thead>
|
42
42
|
<tr>
|
43
43
|
<th>Title</th>
|
44
|
-
<th>Description</th>
|
45
44
|
<th>Category</th>
|
46
|
-
<th>Website</th>
|
47
|
-
<th>Twitter</th>
|
48
|
-
<th>Github</th>
|
49
|
-
<th>Release Date</th>
|
50
45
|
<th>Licence</th>
|
51
46
|
<th>Platform</th>
|
52
47
|
<th></th>
|
@@ -57,17 +52,10 @@
|
|
57
52
|
<% @scriptcdn_informations.each do |scriptcdn_information| %>
|
58
53
|
<tr>
|
59
54
|
<td><%= link_to scriptcdn_information.scripttitle, edit_scriptcdn_information_path(scriptcdn_information) %></td>
|
60
|
-
<td><%= link_to scriptcdn_information.scriptdescription, edit_scriptcdn_information_path(scriptcdn_information) %></td>
|
61
55
|
<td><%= link_to scriptcdn_information.scriptcategory, edit_scriptcdn_information_path(scriptcdn_information) %></td>
|
62
|
-
<td><%= link_to scriptcdn_information.scriptwebsite, edit_scriptcdn_information_path(scriptcdn_information) %></td>
|
63
|
-
<td><%= link_to scriptcdn_information.scripttwitter, edit_scriptcdn_information_path(scriptcdn_information) %></td>
|
64
|
-
<td><%= link_to scriptcdn_information.scriptgithub, edit_scriptcdn_information_path(scriptcdn_information) %></td>
|
65
|
-
<td><%= link_to scriptcdn_information.scriptinitialrelease, edit_scriptcdn_information_path(scriptcdn_information) %></td>
|
66
56
|
<td><%= link_to scriptcdn_information.scriptlicence, edit_scriptcdn_information_path(scriptcdn_information) %></td>
|
67
57
|
<td><%= link_to scriptcdn_information.scriptplatform, edit_scriptcdn_information_path(scriptcdn_information) %></td>
|
68
|
-
<td><%= link_to
|
69
|
-
<td><%= link_to scriptcdn_information.main, edit_scriptcdn_information_path(scriptcdn_information) %></td>
|
70
|
-
<td><%= link_to 'Destroy', scriptcdn_information, method: :delete, data: { confirm: 'Are you sure?' } %></td>
|
58
|
+
<td><%= link_to 'Destroy', scriptcdn_information, method: :delete, data: { confirm: 'Are you sure?' }, class: "btn red-mint" %></td>
|
71
59
|
</tr>
|
72
60
|
<% end %>
|
73
61
|
</tbody>
|