phcscriptcdnpro 1.12.1 → 1.12.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: c717ecf511fcca1eb8e19b677bc90cf18c2df737
4
- data.tar.gz: 427ad9529946eeb5f6417a825541e51f58fea872
3
+ metadata.gz: 75b5756c1dc3d8689fa88b5ac6d3f46c6f396426
4
+ data.tar.gz: 67eddd2f2ff61fa32761968dd6d1fe3968dc3e25
5
5
  SHA512:
6
- metadata.gz: 5bac0ee5974e1c512fa9c01ac617308b1962995f288b8231679974dd3a2a69d23258a92f5b80258c27de3771238cb8ee060d4aeae5e2a37ff281567ef3753618
7
- data.tar.gz: e33419c0db70d533ba3609aa1453e1561599f49b6049c1220371c14579cfb9ca7d904adaa05514590a19ec394b92897b0971a36c4e83911386c30285db4cf9f2
6
+ metadata.gz: 1637c6c449e10b9b92a3ccd3f930368e5684ee421a58fdca62b8399df4105b25afd985a8b6d7cd0e5a81bb628e8f71aea233e1ac65f9e5a3c51836945253f153
7
+ data.tar.gz: d8c73d4b331a9fecfe14e6a530d80fb0898ba2462ef9fe484c730acffede063f954cfb546962affbd164b0e116dba35456c67b4f4b7aee3e78db22fd4328b8e8
@@ -8,7 +8,7 @@
8
8
 
9
9
  <div class="list-group">
10
10
  <% @scriptcdn_mains.each do |scriptcdn_main| %>
11
- <%= link_to phcscriptcdnpro.scriptcdn_main_path(scriptcdn_main), class: "btn blue-chambray" do %>
11
+ <%= link_to phcscriptcdnpro.frontend_cdnpage(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,16 +54,14 @@
54
54
  <div class="panel-footer">
55
55
 
56
56
  <!-- Social Icons -->
57
- <a href="<%= information.scripttwitter %>" class="social-icon social-icon-sm social-icon-transparent social-github" data-toggle="tooltip" data-placement="top" title="GitHub">
58
-
57
+ <%= link_to nil, "<%= information.scripttwitter %>", class: "social-icon social-icon-sm social-icon-transparent social-github", :target => "_blank" do %>
59
58
  <i class="icon-github"></i>
60
59
  <i class="icon-github"></i>
61
- </a>
62
-
63
- <a href="<%= information.scriptgithub %>" class="social-icon social-icon-sm social-icon-transparent social-twitter" data-toggle="tooltip" data-placement="top" title="Twitter">
60
+ <% end %>
61
+ <%= link_to nil, "<%= information.scripttwitter %>", class: "social-icon social-icon-sm social-icon-transparent social-twitter", :target => "_blank" do %>
64
62
  <i class="icon-twitter"></i>
65
63
  <i class="icon-twitter"></i>
66
- </a>
64
+ <% end %>
67
65
  <!-- /Social Icons -->
68
66
 
69
67
  </div>
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "1.12.1"
2
+ VERSION = "1.12.2"
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.1
4
+ version: 1.12.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts