phcscriptcdnpro 1.11.10 → 1.11.11
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: 243c6570cc162f872262ff61feb476bd7dee38fc
|
4
|
+
data.tar.gz: 2f10dd7918c538a0a2a2b01c15a53643dfa828f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ccfda68f392e53b88be031f122bf6e2cfe62655ecd806e52f2d9b4110ab1d42b96a0593c6509480f1374b312f9e8f87d200f0646090acfbb571d955de3c8cbc
|
7
|
+
data.tar.gz: 7f441667e71f46f7227547b3ecb60c4ad28af17376af219d50f8063c126a89f1d0bbd4bc8cc15ddbd0887638e9c4d3c773f0c84b8f473c92b82cfc8dd3996ec7
|
@@ -7,11 +7,18 @@
|
|
7
7
|
<div class="col-md-12">
|
8
8
|
|
9
9
|
<div class="list-group">
|
10
|
-
|
11
10
|
<a href="#" class="list-group-item">
|
12
|
-
<h4 class="list-group-item-heading"
|
11
|
+
<h4 class="list-group-item-heading"></h4>
|
13
12
|
</a>
|
14
|
-
|
13
|
+
<h2>Information</h2>
|
14
|
+
<% @scriptcdn_main.informations.each do |information| %>
|
15
|
+
<p>
|
16
|
+
<%= information.scripttitle %>
|
17
|
+
</p>
|
18
|
+
<p>
|
19
|
+
<%= information.scriptdescription %>
|
20
|
+
</p>
|
21
|
+
<% end %>
|
15
22
|
</div>
|
16
23
|
|
17
24
|
</div>
|