phcscriptcdnpro 1.9.0 → 1.9.1
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: 3dea7d27d441a1d63ddb0e5525b4e006149ebc4a
|
4
|
+
data.tar.gz: a3d6cdcf5f5d910c954fa7bfeab5efc5c9fab34b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 09db53a83bd9a07acb7db31eb15393fe5cc0b30e2360c1eb18196b44048cc8964bf2513f047fa227f7e7d7cfe8a73d3dccebba0bf25f88f21fba02c6fdbf1e1a
|
7
|
+
data.tar.gz: 9cc1e50012d7613e3243cb2c3a8a5e173b383f43f27b439ca7e83bf2787ce746de11057dfadfb0c68a599550a7d65ea65f36c692dc8c07e6fbaed1a2a7144a5a
|
@@ -57,7 +57,7 @@ module Phcscriptcdnpro
|
|
57
57
|
|
58
58
|
# Whitelist
|
59
59
|
def scriptcdn_information_params
|
60
|
-
params.require(:scriptcdn_information).permit(:scripttitle, :scriptdescription, :scriptcategory, :scriptwebsite, :scripttwitter, :scriptgithub, :scriptinitialrelease, :scriptlicence, :scriptplatform, :version_id, :main_id)
|
60
|
+
params.require(:scriptcdn_information).permit(:scripttitle, :scriptdescription, :scriptcategory, :scriptwebsite, :scripttwitter, :scriptgithub, :scriptinitialrelease, :scriptlicence, :scriptplatform, :scriptstatus, :version_id, :main_id)
|
61
61
|
end
|
62
62
|
|
63
63
|
end
|
@@ -12,7 +12,7 @@
|
|
12
12
|
</div>
|
13
13
|
<div class="form-group field_with_error">
|
14
14
|
<%= f.label :scriptcategory, "Script Category" %>
|
15
|
-
<%= f.select( :scriptcategory, [['HTML','html'],['CSS','css']], { :multiple => true, :size => 5 }, {class: "form-control form-control
|
15
|
+
<%= f.select( :scriptcategory, [['HTML','html'],['CSS','css']], { :multiple => true, :size => 5 }, {class: "form-control form-control"}) %>
|
16
16
|
</div>
|
17
17
|
<div class="form-group field_with_error">
|
18
18
|
<%= f.label :scriptwebsite, "Script Website" %>
|
@@ -36,11 +36,11 @@
|
|
36
36
|
</div>
|
37
37
|
<div class="form-group field_with_error">
|
38
38
|
<%= f.label :scriptplatform, "Script Platform" %>
|
39
|
-
<%= f.select( :scriptplatform, [['Web Engine','Web Engine']], {}, {class: "form-control form-control
|
39
|
+
<%= f.select( :scriptplatform, [['Web Engine','Web Engine']], {}, {class: "form-control form-control"}) %>
|
40
40
|
</div>
|
41
41
|
<div class="form-group field_with_error">
|
42
42
|
<%= f.label :scriptstatus, "Script Status" %>
|
43
|
-
<%= f.select( :scriptstatus, [['Active','Active'],['Outdated','Out Dated'],['Deactivated','Not Active']], {}, {class: "form-control form-control
|
43
|
+
<%= f.select( :scriptstatus, [['Active','Active'],['Outdated','Out Dated'],['Deactivated','Not Active']], {}, {class: "form-control form-control"}) %>
|
44
44
|
</div>
|
45
45
|
<div class="form-group field_with_error">
|
46
46
|
<%= f.submit class: "btn blue-hoki" %>
|