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: a78ba6fef19e50ef34a3588531c398b91265de8d
4
- data.tar.gz: 5e91c6fa8a6c8165050a7bf0daf6ece0120d2690
3
+ metadata.gz: ea86fafa21e62db18c25dd8facd51d4ec7ae768e
4
+ data.tar.gz: cdb92a6e369f9f68ee5f3531e5669048cb4f92f4
5
5
  SHA512:
6
- metadata.gz: e96e2dde89b0967242ac43cebe040f4ef40fbd7a28569e2c4d7a299116de8c122bb22bb60d0eb10693cd5acea05d27b6d10e27f9d24fb98a86a8c3f62fda5e81
7
- data.tar.gz: aca557129e2b50fe6a688cdf67afc28049a42f827ddf48f0671e275e49e99a23b5d54bed6541b019defa67efd7c1b5af41307cbb565e5b184041714ae313c677
6
+ metadata.gz: fac5f249c7a4eb2469ce0f6408985cc9043908e08c72d0faad249b92bdeccd82c6c55ea6cd241d982044236d976e273f0a757c18a5dfbf453c751603be33e3e3
7
+ data.tar.gz: eb1fa176a8910397626c6b42db1ac47157dac8e1304c1d2b26affdffb11526a6e42b8769a695cacc87fd6906be54f01ec12d635d25f914fe8c9a8db0e8df78b5
@@ -1,6 +1,6 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Script CDN Listing" %>
3
- <% phc_title_tagline "Script CDN Index" %>
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 a New Script for CDN
32
+ <i class="fa fa-plus"></i> Add Script Information to the Database
33
33
  <% end %>
34
34
  </div>
35
35
  </div>
@@ -1,6 +1,6 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "Script Information" %>
3
- <% phc_title_tagline "Add New Script Information" %>
3
+ <% phc_title_tagline "Add Script Information to the Database" %>
4
4
 
5
5
  <!-- Bread Crumb -->
6
6
  <div class="page-bar">
@@ -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>
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "1.8.0"
2
+ VERSION = "1.8.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcscriptcdnpro
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts