phcpresspro 5.5.1 → 5.5.2

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: 9f23fa3deee7d526644eb36b873418d4beeca90c
4
- data.tar.gz: f8611e34f8c0c6c6229847de3a1ff14ceff5f956
3
+ metadata.gz: 11d560656bb59f0287a0630249bc36f935750d7d
4
+ data.tar.gz: c4b88acdccc61fe098ec4b88923e1170af94722d
5
5
  SHA512:
6
- metadata.gz: e0b82f5195af450823124c00a55033f8b68e4eb560483d4269c8e3fea454277f73a61a67ba1da675f5877dcd9a717ed140c42211468d69d7656a076f761ddec9
7
- data.tar.gz: 6044064041b36935ea5dc07a6cd6b5a11cee4220063ad3e0318a42ba495096606329b2decccedff88e565560e1892ce0fb9caf41156f89f82624194b99fa3f27
6
+ metadata.gz: b25b02145a2d45bd0f3e870993cfde4aa97f416b63f54aae2bcaa226349b20da2a143c69e21ce90b478fa6cc0f1679bc80d45dda1d94a256950f353f05bdc349
7
+ data.tar.gz: 8ebf0a313eabfe27af61d3eb7fa7861ae0ac6bf0bc63a23143cd42ccdea0233e1b5a5c27f911bd0910366fc849dbd9da3772a1471f837b1686eacc4df4a6befc
@@ -5,7 +5,7 @@
5
5
 
6
6
  <!-- Meta Info (Page Specific) -->
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
8
- <title><%= content_for?(:title) ? yield(:title) : "Digital & Cloud Services" %></title>
8
+ <title><%= content_for?(:title) ? yield(:title) : "News & Information" %></title>
9
9
 
10
10
  <!-- Meta Info (All) -->
11
11
  <%= render 'layouts/components/frontend/seo/all_metainfo' %>
@@ -36,7 +36,7 @@
36
36
  <%= render 'layouts/components/frontend/header/topbar' %>
37
37
  </div>
38
38
 
39
- <div id="header" class="sticky shadow-after-3 clearfix">
39
+ <div id="header" class="sticky clearfix">
40
40
  <%= render 'layouts/components/frontend/navigation/navigation' %>
41
41
  </div>
42
42
 
@@ -1,63 +1,72 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Article Manager" %>
2
+ <% phc_title "News & Information" %>
3
3
  <% phc_title_tagline "Article Index" %>
4
4
  <!-- Title System -->
5
5
 
6
6
  <!-- Page Header -->
7
- <div class="row wrapper border-bottom white-bg page-heading">
8
-
9
- </div>
7
+ <section class="page-header dark page-header-xs">
8
+ <div class="container">
9
+ <h1><%= yield(:phc_title) + ' ' + yield(:phc_title_tagline) %></h1>
10
+ <ol class="breadcrumb">
11
+ <li><a href="#">Home</a></li>
12
+ <li><a href="#">Blog</a></li>
13
+ <li class="active">Left Sidebar</li>
14
+ </ol>
15
+ </div>
16
+ </section>
10
17
  <!-- Page Header -->
11
18
 
12
19
  <!-- Page Content -->
13
- <div class="wrapper wrapper-content animated fadeInRight">
14
-
15
- <div class="row">
16
- <div class="col-lg-12">
17
-
18
- <div class="ibox float-e-margins">
19
-
20
- <div class="ibox-title">
21
- <h5><%= yield(:phc_title_tagline) %></h5>
22
- <div class="ibox-tools">
23
- <a class="collapse-link">
24
- <i class="fa fa-chevron-up"></i>
25
- </a>
26
- <a class="close-link">
27
- <i class="fa fa-times"></i>
28
- </a>
29
- </div>
30
- </div>
31
-
32
- <div class="ibox-content">
33
- <div class="table-responsive">
20
+ <section>
21
+ <div class="container">
22
+ <div class="row">
34
23
 
35
- <table class="table table-striped table-bordered table-hover dataTables-example">
36
- <thead>
37
- <tr>
38
- <th>Title</th>
39
- <th>Text Preview</th>
40
- <th>Article Status</th>
41
- <th></th>
42
- </tr>
43
- </thead>
44
- <tbody>
45
- <% @article_index.each do |article_index| %>
46
- <tr>
47
- <td><%= article_index.psttitle %></td>
48
- <td><%= truncate(article_index.psttext, :length => 80) %></td>
49
- </tr>
50
- <% end %>
51
- </tbody>
52
- </table>
24
+ <!-- Left Sidebar -->
25
+ <div class="col-md-3 col-sm-3">
26
+ </div>
27
+ <!-- Left Sidebar -->
53
28
 
29
+ <!-- Blog List -->
30
+ <div class="col-md-9 col-sm-9">
31
+ <% @article_index.each do |article_index| %>
32
+ <div class="blog-post-item">
33
+ <h2><%= article_index.psttitle %></h2>
34
+ <ul class="blog-post-info list-inline">
35
+ <li>
36
+ <a href="#">
37
+ <i class="fa fa-clock-o"></i>
38
+ <span class="font-lato">June 29, 2015</span>
39
+ </a>
40
+ </li>
41
+ <li>
42
+ <a href="#">
43
+ <i class="fa fa-comment-o"></i>
44
+ <span class="font-lato">28 Comments</span>
45
+ </a>
46
+ </li>
47
+ <li>
48
+ <i class="fa fa-folder-open-o"></i>
49
+ <a class="category" href="#">
50
+ <span class="font-lato">Design</span>
51
+ </a>
52
+ <a class="category" href="#">
53
+ <span class="font-lato">Photography</span>
54
+ </a>
55
+ </li>
56
+ <li>
57
+ <a href="#">
58
+ <i class="fa fa-user"></i>
59
+ <span class="font-lato">John Doe</span>
60
+ </a>
61
+ </li>
62
+ </ul>
63
+ <p><%= truncate(article_index.psttext, :length => 80) %></p>
54
64
  </div>
55
- </div>
56
-
65
+ <% end %>
57
66
  </div>
67
+ <!-- Blog List -->
58
68
 
59
69
  </div>
60
70
  </div>
61
-
62
- </div>
71
+ <section>
63
72
  <!-- Page Content -->
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "5.5.1"
2
+ VERSION = "5.5.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcpresspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.5.1
4
+ version: 5.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts