phcpresspro 5.7.3 → 5.7.4

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: e9b9b8274c0cba652ec4edfd40b1ce2e94f2ddfa
4
- data.tar.gz: e985fe5e3abd17eae8dfc2130dcbfcce2da9a05b
3
+ metadata.gz: c975025c824944d76f8ae25bdc10cfdcbbb9406c
4
+ data.tar.gz: 5153c813accb2d8fd439fd5af8fa95fdcd06108c
5
5
  SHA512:
6
- metadata.gz: 4052274c9ea3ff897e605782bbcd477dc3cbab93f6ec54805a4d27783b70a1719596f3ab6504abecb394f414b17c065c6534f48779b22ad58f1a97c6588011ba
7
- data.tar.gz: 9be3b319d8954debef8611fb2adbbe688d72eda4e25863b32cafcc945510e5e84478f3f9cdda653638399eecf998059d2d17034c29a22f357b8f2ceb76741101
6
+ metadata.gz: 0318bab487daeb135ac08e075a9d1c2ee0745d53f818d4869bca7078bc8ddf555b1c83694272bf70a7316e985321bd23508581eef5e1badc271397f73f85c53c
7
+ data.tar.gz: 86a855f35bbd8dc8bded53ff2dfa30c62321c4d7e15ea4f378d6134de1b31ffded29da33bd452d7f1de22c1c266013e0538302034fbbdf3c15dcd266c744ec48
@@ -28,12 +28,12 @@
28
28
  <div class="blog-post-item">
29
29
  <% if article_index.pstimage? %>
30
30
  <figure class="margin-bottom-20">
31
- <%= link_to phcpresspro.frontend_article do %>
31
+ <%= link_to phcpresspro.frontend_article_path(@article) do %>
32
32
  <%= image_tag article_index.pstimage_url, class: "img-responsive" %>
33
33
  <% end %>
34
34
  </figure>
35
35
  <% end %>
36
- <h2><%= link_to article_index.psttitle, phcpresspro.frontend_article %></h2>
36
+ <h2><%= link_to article_index.psttitle, phcpresspro.frontend_article_path(@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.3"
2
+ VERSION = "5.7.4"
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.7.3
4
+ version: 5.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts