phcscriptcdnpro 1.12.2 → 1.12.3

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: 75b5756c1dc3d8689fa88b5ac6d3f46c6f396426
4
- data.tar.gz: 67eddd2f2ff61fa32761968dd6d1fe3968dc3e25
3
+ metadata.gz: fa1951e91815f05b5d52cb1f6bf6c241a696ed20
4
+ data.tar.gz: c811c402579c4e48cd2cdfd9762826920000ed80
5
5
  SHA512:
6
- metadata.gz: 1637c6c449e10b9b92a3ccd3f930368e5684ee421a58fdca62b8399df4105b25afd985a8b6d7cd0e5a81bb628e8f71aea233e1ac65f9e5a3c51836945253f153
7
- data.tar.gz: d8c73d4b331a9fecfe14e6a530d80fb0898ba2462ef9fe484c730acffede063f954cfb546962affbd164b0e116dba35456c67b4f4b7aee3e78db22fd4328b8e8
6
+ metadata.gz: 8bf970093554552695355775c24fa06ea3ce20ff3a0e5799bf1895cc6a038737affd9c22c62b8488ab5fec55eecf45a590e5da2e1f018340d10eba70a567776f
7
+ data.tar.gz: 1333cad0472b32a0168a03ec17789e445add677f2b801580a5cf2ad5f93d85b66c0ed72e0a0f7a320d0d83b3bf82a07abdad8855cd114dee7fe124b85e7cbecf
@@ -8,7 +8,7 @@
8
8
 
9
9
  <div class="list-group">
10
10
  <% @scriptcdn_mains.each do |scriptcdn_main| %>
11
- <%= link_to phcscriptcdnpro.frontend_cdnpage(scriptcdn_main), class: "list-group-item" do %>
11
+ <%= link_to phcscriptcdnpro.frontend_cdnpages_path(scriptcdn_main), class: "list-group-item" do %>
12
12
  <h4 class="list-group-item-heading"><%= scriptcdn_main.scriptname %></h4>
13
13
  <% end %>
14
14
  <% end %>
@@ -54,11 +54,11 @@
54
54
  <div class="panel-footer">
55
55
 
56
56
  <!-- Social Icons -->
57
- <%= link_to nil, "<%= information.scripttwitter %>", class: "social-icon social-icon-sm social-icon-transparent social-github", :target => "_blank" do %>
57
+ <%= link_to nil, information.scripttwitter, class: "social-icon social-icon-sm social-icon-transparent social-github", :target => "_blank" do %>
58
58
  <i class="icon-github"></i>
59
59
  <i class="icon-github"></i>
60
60
  <% end %>
61
- <%= link_to nil, "<%= information.scripttwitter %>", class: "social-icon social-icon-sm social-icon-transparent social-twitter", :target => "_blank" do %>
61
+ <%= link_to nil, information.scripttwitter, class: "social-icon social-icon-sm social-icon-transparent social-twitter", :target => "_blank" do %>
62
62
  <i class="icon-twitter"></i>
63
63
  <i class="icon-twitter"></i>
64
64
  <% end %>
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "1.12.2"
2
+ VERSION = "1.12.3"
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.12.2
4
+ version: 1.12.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts