phcscriptcdnpro 1.6.1 → 1.6.5

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: 884c0891bd5807b5ee7758048a3ab74781b300a1
4
- data.tar.gz: 66ca868f52a84dace99030a76344b16a544ac3fb
3
+ metadata.gz: 70dd2fff7807ad786a3a6f7a405f7dd1fe48de33
4
+ data.tar.gz: 3acc341cf96239a18d803c31f03f290ee0342def
5
5
  SHA512:
6
- metadata.gz: 781626642db3105e959db8c4127d01c716cc8a9f67dbec85328b362ff19d6c1d40ca0fa62cb6e0c3769433f1b01b065e96080bb05352ddc54d56c4306d6fae7c
7
- data.tar.gz: 53cfe8a7e86238ca3642b6821cc8ed359edd08fc163e1784f38269f72a58b3b2587145d8b3ce627e8c06829075f464751661d9b755b90fdd3a18b0c6c0bd0235
6
+ metadata.gz: 4c817b5b6b2e4476e905766fef9a489ad9703850892d2ee1867a00369e2014243baf8c64760d19be60feb85998dea4d0cfc2a1a29a6cff94830d8a5e026e8d2e
7
+ data.tar.gz: 7aba826be07e9bba344abaeceb5dfb13db5f73d106b79cc24c714a39bf03093151c0ec29943dd55530adf66ab51dfcef153c0dee81dd0ece60a53cf68f220a7a
@@ -8,12 +8,12 @@ module Phcscriptcdnpro
8
8
 
9
9
  # Frontend Index/List
10
10
  def list
11
- @scriptcdn_scripts = Scriptcdn::Script.all
11
+ @scriptcdn_mains = Scriptcdn::Main.all
12
12
  end
13
13
 
14
14
  # Frontend Show/Listing
15
15
  def listing
16
- @scriptcdn_script = Scriptcdn::Script.all
16
+ @scriptcdn_main = Scriptcdn::Main.all
17
17
  end
18
18
 
19
19
  end
@@ -7,10 +7,10 @@
7
7
  <div class="col-md-12">
8
8
 
9
9
  <div class="list-group">
10
- <% @scriptcdn_scripts.each do |scriptcdn_script| %>
10
+ <% @scriptcdn_mains.each do |scriptcdn_mains| %>
11
11
  <a href="#" class="list-group-item">
12
- <h4 class="list-group-item-heading"><%= scriptcdn_script.scrptname %></h4>
13
- <p class="list-group-item-text"><%= scriptcdn_script.scrptdescription %></p>
12
+ <h4 class="list-group-item-heading"><%= scriptcdn_mains.scrptname %></h4>
13
+ <p class="list-group-item-text"><%= scriptcdn_mains.scrptdescription %></p>
14
14
  </a>
15
15
  <% end %>
16
16
  </div>
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "1.6.1"
2
+ VERSION = "1.6.5"
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.6.1
4
+ version: 1.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
@@ -430,7 +430,6 @@ files:
430
430
  - app/views/phcscriptcdnpro/scriptcdn/urls/edit.html.erb
431
431
  - app/views/phcscriptcdnpro/scriptcdn/urls/index.html.erb
432
432
  - app/views/phcscriptcdnpro/scriptcdn/urls/new.html.erb
433
- - app/views/phcscriptcdnpro/scriptcdn/urls/show.html.erb
434
433
  - app/views/phcscriptcdnpro/scriptcdn/versions/_form.html.erb
435
434
  - app/views/phcscriptcdnpro/scriptcdn/versions/edit.html.erb
436
435
  - app/views/phcscriptcdnpro/scriptcdn/versions/index.html.erb
@@ -1,6 +0,0 @@
1
- <p id="notice"><%= notice %></p>
2
-
3
- <p>
4
- <strong>Scripturl:</strong>
5
- <%= @scriptcdn_url.scripturl %>
6
- </p>