phcscriptcdnpro 1.8.1 → 1.8.2
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: 0c59f5297b7346ea0926ec7335690c6fc9db4eef
|
4
|
+
data.tar.gz: 90762828c811083108970e3ced2b20386e272101
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9f649578185a26a1febf822e285032ab202452e7e25961d63b82c900d7f9459c8b523cc628e9fc0ca1f3bdfbfadad08d5568c349121586013dc76a669f830b6
|
7
|
+
data.tar.gz: 815effe565c8d3f333dac731b152a7926e2f82d457a5ef5abdb9b3ccc46c5c7941fb4cfcc2899f13eee7480fe26f428e6561ac1919015b63d34fbd1536c3e87b
|
@@ -4,11 +4,11 @@
|
|
4
4
|
|
5
5
|
<div class="form-group field_with_errors">
|
6
6
|
<label>Select a Information</label>
|
7
|
-
<%= collection_select(:scriptcdn_main, :information_id,
|
7
|
+
<%= collection_select(:scriptcdn_main, :information_id, Phcscriptcdnpro::Scriptcdn::Information.order('scripttitle'), :id, :scripttitle, {}, {class: "form-control"}) %>
|
8
8
|
</div>
|
9
9
|
<div class="form-group field_with_errors">
|
10
10
|
<label>Select a Version</label>
|
11
|
-
<%= collection_select(:scriptcdn_main, :version_id,
|
11
|
+
<%= collection_select(:scriptcdn_main, :version_id, Phcscriptcdnpro::Scriptcdn::Version.order('version'), :id, :version, {}, {class: "form-control"}) %>
|
12
12
|
</div>
|
13
13
|
<div class="form-group field_with_error">
|
14
14
|
<%= f.submit class: "btn blue-hoki" %>
|