phcscriptcdnpro 1.8.0 → 1.8.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: ea86fafa21e62db18c25dd8facd51d4ec7ae768e
|
4
|
+
data.tar.gz: cdb92a6e369f9f68ee5f3531e5669048cb4f92f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fac5f249c7a4eb2469ce0f6408985cc9043908e08c72d0faad249b92bdeccd82c6c55ea6cd241d982044236d976e273f0a757c18a5dfbf453c751603be33e3e3
|
7
|
+
data.tar.gz: eb1fa176a8910397626c6b42db1ac47157dac8e1304c1d2b26affdffb11526a6e42b8769a695cacc87fd6906be54f01ec12d635d25f914fe8c9a8db0e8df78b5
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<!-- Title System -->
|
2
|
-
<% phc_title "Script
|
3
|
-
<% phc_title_tagline "Script
|
2
|
+
<% phc_title "Script Information" %>
|
3
|
+
<% phc_title_tagline "Script Information Index" %>
|
4
4
|
|
5
5
|
<!-- Bread Crumb -->
|
6
6
|
<div class="page-bar">
|
@@ -29,7 +29,7 @@
|
|
29
29
|
</div>
|
30
30
|
<div class="actions">
|
31
31
|
<%= link_to phcscriptcdnpro.new_scriptcdn_information_path, class: "btn blue-chambray" do %>
|
32
|
-
<i class="fa fa-plus"></i> Add
|
32
|
+
<i class="fa fa-plus"></i> Add Script Information to the Database
|
33
33
|
<% end %>
|
34
34
|
</div>
|
35
35
|
</div>
|
@@ -2,6 +2,14 @@
|
|
2
2
|
|
3
3
|
<%= render 'phcnotifi/validations', :object => @scriptcdn_main %>
|
4
4
|
|
5
|
+
<div class="form-group field_with_errors">
|
6
|
+
<label>Select a Information</label>
|
7
|
+
<%= collection_select(:scriptcdn_main, :information_id, Phcmemberspro::Members::Information.order('scripttitle'), :id, :scripttitle, {}, {class: "form-control"}) %>
|
8
|
+
</div>
|
9
|
+
<div class="form-group field_with_errors">
|
10
|
+
<label>Select a Version</label>
|
11
|
+
<%= collection_select(:scriptcdn_main, :version_id, Phcmemberspro::Members::Version.order('version'), :id, :version, {}, {class: "form-control"}) %>
|
12
|
+
</div>
|
5
13
|
<div class="form-group field_with_error">
|
6
14
|
<%= f.submit class: "btn blue-hoki" %>
|
7
15
|
</div>
|