phcpresspro 5.7.7 → 5.8.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: 37b8b59f2521a3311444f16aaab143d0f8be5534
4
- data.tar.gz: 170c38900d093fc58c26f72a79efbdd32d08555a
3
+ metadata.gz: b1c5dd0e1e009b8cba6c609e85eb9e0a9c556fe7
4
+ data.tar.gz: a2ea739d57e6625e478fd2a8ba9403f0bbd2bb8a
5
5
  SHA512:
6
- metadata.gz: 2e6bee6dc03bb8cc20922ebb48e0cd322acdbe24acc4bc26a06c7be789c79700f49eb33c154330c0fc0ed09fb34fcb08bd87e13b6391746a6239a0551b999942
7
- data.tar.gz: 82d048363b00f7f1d7df9888440baee0768e52d2cd64097ff3188a4b1ca6f54182097cb8dbf6df4fc83ef6ea64a1cd2dc8d339810c3d306874cbb8c70cefc23a
6
+ metadata.gz: 4c26bb448695c0318b9aee324a2da7ea2ccb174eb9b4352621fa7f223358f3ee44c6d311b0ad21da11f6ece001f29c5e042f52d5be70ee1835259278b77120ac
7
+ data.tar.gz: a3be5e0fa91638d75b133fed4340953c98c0ed7662f574368f33f6dd5755134a2182d4b82f2de465e96110d0ea64555477db95ad9e9ae37ba61c018890d13432
@@ -13,6 +13,7 @@ module Phcpresspro
13
13
 
14
14
  # Single Article Post
15
15
  def show
16
+ @frontend_article = Articles::Post.find(params[:id])
16
17
  end
17
18
 
18
19
  end
@@ -28,12 +28,12 @@
28
28
  <div class="blog-post-item">
29
29
  <% if frontend_article.pstimage? %>
30
30
  <figure class="margin-bottom-20">
31
- <%= link_to phcpresspro.frontend_article do %>
31
+ <%= link_to phcpresspro.frontend_article_path(frontend_article) do %>
32
32
  <%= image_tag frontend_article.pstimage_url, class: "img-responsive" %>
33
33
  <% end %>
34
34
  </figure>
35
35
  <% end %>
36
- <h2><%= link_to frontend_article.psttitle, phcpresspro.frontend_article %></h2>
36
+ <h2><%= link_to frontend_article.psttitle, phcpresspro.frontend_article_path(frontend_article) %></h2>
37
37
  <ul class="blog-post-info list-inline">
38
38
  <li>
39
39
  <%= link_to "#" do %>
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "5.7.7"
2
+ VERSION = "5.8.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcpresspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.7.7
4
+ version: 5.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-24 00:00:00.000000000 Z
11
+ date: 2016-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails