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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa1951e91815f05b5d52cb1f6bf6c241a696ed20
|
4
|
+
data.tar.gz: c811c402579c4e48cd2cdfd9762826920000ed80
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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,
|
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,
|
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 %>
|