phcscriptcdnpro 1.3.8 → 1.4.0

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: efc8f763ec9329f3640b1d086c8fee31b1415386
4
- data.tar.gz: 4b8f99c865954fe626f57396b8d84f38c546c013
3
+ metadata.gz: 78e25ed6cd35e34f175c0d8bb4bff1daa0714207
4
+ data.tar.gz: cbd424ab0221203335802fddcaf4c1585723fdec
5
5
  SHA512:
6
- metadata.gz: c9390b8d77a02c1c6596df4372f010467eb5006bf12e4fc9907ea73f6954cad6d64d47e9a3187e2274460f6fa796b086f7812341d882cdaaa3589c750f02af30
7
- data.tar.gz: af86d6e712aa72be77f2faf70799e220e2d74fb911747c6962e2b624733e80c4c36fb811af6d98dba59c48c03d3e2b52be8cfc26079a59cc59f3393f4141fd66
6
+ metadata.gz: d01f7bb0c0dad4b3ff99da64f2807a3e14a12383fcaa04b55c83c5768bee69891ef0649077653ffcd354bec26876bd416f7cb07994d4c97fb9acf15c62e204cd
7
+ data.tar.gz: 71479571a0c2c8fb3e7f4c481622357dd6c0706f0b957670d0a1faaf7d16c633dd5a9ab652a378784b34253c5d5841edbd70ee3c8aa6ba3c57ecafed23163821
@@ -1,8 +1,21 @@
1
- <div class="list-group">
2
- <% @scriptcdn_scripts.each do |scriptcdn_script| %>
3
- <a href="#" class="list-group-item">
4
- <h4 class="list-group-item-heading"><%= scriptcdn_script.scrptname %></h4>
5
- <p class="list-group-item-text"><%= scriptcdn_script.scrptdescription %></p>
6
- </a>
7
- <% end %>
8
- </div>
1
+ <% phc_title "PHC Script CDN" %>
2
+ <% phc_title_tagline "Script Content Delivery Network" %>
3
+
4
+ <section>
5
+ <div class="container">
6
+ <div class="row">
7
+ <div class="col-md-12">
8
+
9
+ <div class="list-group">
10
+ <% @scriptcdn_scripts.each do |scriptcdn_script| %>
11
+ <a href="#" class="list-group-item">
12
+ <h4 class="list-group-item-heading"><%= scriptcdn_script.scrptname %></h4>
13
+ <p class="list-group-item-text"><%= scriptcdn_script.scrptdescription %></p>
14
+ </a>
15
+ <% end %>
16
+ </div>
17
+
18
+ </div>
19
+ </div>
20
+ </div>
21
+ </section>
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "1.3.8"
2
+ VERSION = "1.4.0"
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.3.8
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts