phcscriptcdnpro 20.6.0 → 20.7.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: 5f2e8f8c32414d1038904e4abab61e63cb7dcc70
4
- data.tar.gz: ca431b098a6179b5e29bc8d80b3097366e691805
3
+ metadata.gz: eea0f1e634d5e7af47955e3467d41d0c7c02d773
4
+ data.tar.gz: e26f7a6490e61d68afc7c25821cb46d06ba79724
5
5
  SHA512:
6
- metadata.gz: 8b37fb60a8ce815fa16c49828ee447c53e47380945e408294f28cabab90c637c7aedd114941e7677eeae14455626db491181c15181e8c89c3ea79e5bb55fc9ef
7
- data.tar.gz: 77389b304497a40da8c4ad1ae960c41faab16ea847ce38b1aff569e5309524dc720f458a879c5a787afc99a472c0f399737b87ae94d56e5690bb885689487234
6
+ metadata.gz: 4afe7b2799fc56e69f189c943138a3fad0af66f37146de7dfc77443e23f33d5e626aeef57bed857dfd36a069aaa336cb70d25e76dd06facd7ceecfd7deabfdec
7
+ data.tar.gz: 36db8228faa112b98ab864cfcc6fd3215c00c5a48f4c6467aa82726bcb5bf49b3b5d326c5ac4e08867474875d798a5faff7396df2a2d384b5b10cd545f003967
@@ -1,68 +1,47 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
- <head>
3
+ <head>
4
4
 
5
- <!-- Meta Info (Page Specific) -->
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <title><%= content_for?(:title) ? yield(:title) : "PHCNetworks - Script Content Delivery Network" %></title>
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title><%= content_for?(:title) ? yield(:title) : "PHCScriptCDN - Script Listing Engine" %></title>
7
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
8
+ <link rel="canonical" href="http://phcnetworks.net">
8
9
 
9
- <!-- Meta Info (All) -->
10
- <%= render 'layouts/phcscriptcdnpro/components/frontend/seo/all_metainfo' %>
10
+ <!-- Font -->
11
+ <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/>
11
12
 
12
- <!-- Font -->
13
- <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/>
13
+ <!-- Requried Style Sheets -->
14
+ <%= stylesheet_link_tag "phcscriptcdnpro/application", media: "all", 'data-turbolinks-track': 'reload' %>
14
15
 
15
- <!-- Requried StyleSheets -->
16
- <%= stylesheet_link_tag "application", media: "all", 'data-turbolinks-track': 'reload' %>
16
+ <!-- Security -->
17
+ <%= csrf_meta_tags %>
17
18
 
18
- <!-- Requried JavaScripts -->
19
- <%= javascript_include_tag "application", 'data-turbolinks-track': 'reload' %>
19
+ </head>
20
+ <body>
20
21
 
21
- <!-- Security -->
22
- <%= csrf_meta_tags %>
22
+ <div id="wrapper" class="<%= params[:controller] %>.<%= params[:action] %>">
23
23
 
24
- </head>
25
- <body class="enable-animation">
24
+ <nav class="navbar-default navbar-static-side" role="navigation">
25
+ <%= render 'layouts/phcscriptcdnpro/components/backend/sidebars/left_sidebar' %>
26
+ </nav>
26
27
 
27
- <div id="slidetop">
28
- <%= render 'layouts/phcscriptcdnpro/components/frontend/header/slideout' %>
29
- </div>
30
-
31
- <div id="wrapper">
32
-
33
- <div id="topBar">
34
- <%= render 'layouts/phcscriptcdnpro/components/frontend/header/topbar' %>
35
- </div>
36
- <div id="header" class="sticky clearfix">
37
- <%= render 'layouts/phcscriptcdnpro/components/frontend/navigation/navigation' %>
28
+ <div id="page-wrapper" class="gray-bg <%= @extra_class %>">
29
+ <div class="row border-bottom">
30
+ <%= render 'layouts/phcscriptcdnpro/components/backend/navigation/top_bar' %>
38
31
  </div>
39
32
 
40
33
  <%= yield %>
41
34
 
42
- <footer id="footer">
43
- <div class="container">
44
-
45
- <div class="row">
46
- <div class="col-md-3">
47
- <%= render 'layouts/phcscriptcdnpro/components/frontend/footer/footer_address' %>
48
- </div>
49
- <div class="col-md-3">
50
- <%= render 'layouts/phcscriptcdnpro/components/frontend/footer/footer_newspost' %>
51
- </div>
52
- <div class="col-md-3">
53
- <%= render 'layouts/phcscriptcdnpro/components/frontend/footer/footer_quicklinks' %>
54
- </div>
55
- <div class="col-md-3">
56
- <%= render 'layouts/phcscriptcdnpro/components/frontend/footer/footer_socialconnect' %>
57
- </div>
58
- </div>
59
- </div>
60
- <div class="copyright">
61
- <%= render 'layouts/phcscriptcdnpro/components/frontend/footer/footer_copyright' %>
62
- </div>
63
- </footer>
35
+ <div class="footer">
36
+ <%= render 'layouts/phcscriptcdnpro/components/backend/footer/footer' %>
37
+ </div>
64
38
 
65
39
  </div>
40
+ <%= render 'layouts/phcscriptcdnpro/components/backend/sidebars/right_sidebar' %>
41
+ </div>
42
+
43
+ <!-- Requried JavaScripts -->
44
+ <%= javascript_include_tag "phcscriptcdnpro/application", 'data-turbolinks-track': 'reload' %>
66
45
 
67
- </body>
46
+ </body>
68
47
  </html>
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "20.6.0"
2
+ VERSION = "20.7.0"
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: 20.6.0
4
+ version: 20.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-13 00:00:00.000000000 Z
11
+ date: 2017-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails