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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 75b5756c1dc3d8689fa88b5ac6d3f46c6f396426
|
4
|
+
data.tar.gz: 67eddd2f2ff61fa32761968dd6d1fe3968dc3e25
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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
|
-
|
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
|
-
|
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
|
-
|
64
|
+
<% end %>
|
67
65
|
<!-- /Social Icons -->
|
68
66
|
|
69
67
|
</div>
|