phcscriptcdnpro 1.11.11 → 1.11.12

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: 243c6570cc162f872262ff61feb476bd7dee38fc
4
- data.tar.gz: 2f10dd7918c538a0a2a2b01c15a53643dfa828f4
3
+ metadata.gz: 4962f44797b569ce04db1764179dd4c5a698f68d
4
+ data.tar.gz: 2cc9ec9f54126b91a273edbbfea4d8386b32881a
5
5
  SHA512:
6
- metadata.gz: 6ccfda68f392e53b88be031f122bf6e2cfe62655ecd806e52f2d9b4110ab1d42b96a0593c6509480f1374b312f9e8f87d200f0646090acfbb571d955de3c8cbc
7
- data.tar.gz: 7f441667e71f46f7227547b3ecb60c4ad28af17376af219d50f8063c126a89f1d0bbd4bc8cc15ddbd0887638e9c4d3c773f0c84b8f473c92b82cfc8dd3996ec7
6
+ metadata.gz: 57b9f2c1fa42ae6fc7203011a7f332f183bb172e737e9d2badec6ee1fb92d3cac5355aaf6664774a89b17bcf2de87c424e437260a4be88929caa28b1acc3ed58
7
+ data.tar.gz: 1974a172d2baaf23e2abcbc411703339ad6de0e7428e08e994856e5ec793092ea378915c25a8369aa6811287067bccf6a3e03acbb659385ddff3792480bbcd56
@@ -1,27 +1,80 @@
1
1
  <% phc_title "PHC Script CDN" %>
2
2
  <% phc_title_tagline "Script Content Delivery Network" %>
3
3
 
4
+ <!-- Start Script CDN Detail -->
4
5
  <section>
5
6
  <div class="container">
6
- <div class="row">
7
- <div class="col-md-12">
8
-
9
- <div class="list-group">
10
- <a href="#" class="list-group-item">
11
- <h4 class="list-group-item-heading"></h4>
12
- </a>
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 %>
7
+
8
+ <div class="row nomargin">
9
+ <% @scriptcdn_main.informations.each do |information| %>
10
+ <div class="col-md-8 col-sm-8">
11
+
12
+ <div class="panel panel-default">
13
+
14
+ <div class="panel-body">
15
+
16
+ <!-- Subtitle -->
17
+ <div class="heading-title heading-border">
18
+ <h2><%= information.scripttitle %> <span><%= information.scriptplatform %></span></h2>
19
+ <ul class="list-inline categories nomargin">
20
+ <li><%= information.scriptcategory %></li>
21
+ </ul>
22
+ </div>
23
+ <!-- /Subtitle -->
24
+
25
+ <!-- Description -->
26
+ <p class="font-lato size-18"><%= information.scriptdescription %></p>
27
+ <!-- /Description -->
28
+
29
+ </div>
30
+
31
+ <div class="panel-footer">
32
+ Created: Updated:
33
+ </div>
34
+
35
+ </div>
36
+
22
37
  </div>
23
38
 
24
- </div>
39
+ <div class="col-md-4 col-sm-4">
40
+
41
+ <div class="panel panel-default">
42
+
43
+ <div class="panel-body">
44
+
45
+ <ul class="portfolio-detail-list list-unstyled nomargin">
46
+ <li><span><i class="fa fa-user"></i>Status:</span> <%= information.scriptstatus %></li>
47
+ <li><span><i class="fa fa-calendar"></i>Released:</span> </li>
48
+ <li><span><i class="fa fa-lightbulb-o"></i>Licence:</span> <%= information.scriptlicence %></li>
49
+ <li><span><i class="fa fa-link"></i>Website:</span> <a href="<%= information.scriptwebsite %>"><%= information.scriptwebsite %></a></li>
50
+ </ul>
51
+
52
+ </div>
53
+
54
+ <div class="panel-footer">
55
+
56
+ <!-- Social Icons -->
57
+ <a href="<%= information.scripttwitter %>" class="social-icon social-icon-sm social-icon-transparent social-github" data-toggle="tooltip" data-placement="top" title="GitHub">
58
+
59
+ <i class="icon-github"></i>
60
+ <i class="icon-github"></i>
61
+ </a>
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">
64
+ <i class="icon-twitter"></i>
65
+ <i class="icon-twitter"></i>
66
+ </a>
67
+ <!-- /Social Icons -->
68
+
69
+ </div>
70
+
71
+ </div>
72
+
73
+ </div>
74
+
75
+ <% end %>
25
76
  </div>
77
+
26
78
  </div>
27
79
  </section>
80
+ <!-- End Script CDN Detail -->
@@ -8,7 +8,7 @@ class CreatePhcscriptcdnproScriptcdnInformation < ActiveRecord::Migration
8
8
  t.string :scriptwebsite
9
9
  t.string :scripttwitter
10
10
  t.string :scriptgithub
11
- t.string :scriptinitialrelease
11
+ t.date :scriptinitialrelease
12
12
  t.string :scriptlicence
13
13
  t.string :scriptplatform
14
14
  t.string :scriptstatus
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "1.11.11"
2
+ VERSION = "1.11.12"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcscriptcdnpro
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.11
4
+ version: 1.11.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-30 00:00:00.000000000 Z
11
+ date: 2016-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails