phcscriptcdnpro 1.12.3 → 1.12.4
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: 3a27ccd8c3096b4480e8a5faa4c73d7600138d4d
|
4
|
+
data.tar.gz: 9ad12d040eebfe03c70107ee807d71a96e80506d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b7647c2b1e176f785d0cf6d93b482d61414a664d2303ae89a44ca50328e25974d250575cd065bb696be81497973a9866281b100793d361f361a8e1e2067a4666
|
7
|
+
data.tar.gz: 841306960e628a26071fd69d7284e1f8e738cbcdd0e444b7973b6141b6032c318bd0beb477af716c47646df7819777193a64ac08c564e73faeac612d267c3673
|
@@ -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_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 %>
|
@@ -13,18 +13,18 @@
|
|
13
13
|
|
14
14
|
<div class="panel-body">
|
15
15
|
|
16
|
-
<!-- Subtitle -->
|
16
|
+
<!-- Start Subtitle -->
|
17
17
|
<div class="heading-title heading-border">
|
18
18
|
<h2><%= information.scripttitle %> <span><%= information.scriptplatform %></span></h2>
|
19
19
|
<ul class="list-inline categories nomargin">
|
20
20
|
<li><%= information.scriptcategory %></li>
|
21
21
|
</ul>
|
22
22
|
</div>
|
23
|
-
<!--
|
23
|
+
<!-- End Subtitle -->
|
24
24
|
|
25
|
-
<!-- Description -->
|
25
|
+
<!-- Start Description -->
|
26
26
|
<p class="font-lato size-18"><%= information.scriptdescription %></p>
|
27
|
-
<!--
|
27
|
+
<!-- End Description -->
|
28
28
|
|
29
29
|
</div>
|
30
30
|
|
@@ -53,16 +53,18 @@
|
|
53
53
|
|
54
54
|
<div class="panel-footer">
|
55
55
|
|
56
|
-
<!-- Social Icons -->
|
57
|
-
<%=
|
56
|
+
<!-- Start Social Icons -->
|
57
|
+
<a href="<%= information.scriptgithub %>" class="social-icon social-icon-sm social-icon-transparent social-github" data-toggle="tooltip" data-placement="top" title="GitHub" target="_blank">
|
58
|
+
|
58
59
|
<i class="icon-github"></i>
|
59
60
|
<i class="icon-github"></i>
|
60
|
-
|
61
|
-
|
61
|
+
</a>
|
62
|
+
|
63
|
+
<a href="<%= information.scripttwitter %>" class="social-icon social-icon-sm social-icon-transparent social-twitter" data-toggle="tooltip" data-placement="top" title="Twitter" target="_blank">
|
62
64
|
<i class="icon-twitter"></i>
|
63
65
|
<i class="icon-twitter"></i>
|
64
|
-
|
65
|
-
<!--
|
66
|
+
</a>
|
67
|
+
<!-- End Social Icons -->
|
66
68
|
|
67
69
|
</div>
|
68
70
|
|