phcpresspro 5.7.5 → 5.7.6

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: 22d37b65a9ff1531dfff7557b443bd8cfd7121c4
4
- data.tar.gz: 110c60117d8a81bb922037ea94bbf68416fac51e
3
+ metadata.gz: caf6881809f1b886ba82af251794e55f0f8ecaab
4
+ data.tar.gz: 1cfdcd6dfa67806243fa6d338ec5cd7f714431a0
5
5
  SHA512:
6
- metadata.gz: 21796c8a18b21ff197463e89f54e55a105eb47ff087a6c3290ea87a20eb587bc3802ee0002080948e31fc38687018642d761ce5f6ad145a14bf168ec10955867
7
- data.tar.gz: cfddee76fd66d1163a5289ae93718b9458e33f5b1b0fd4929062d445a3e0e08bd90cb661cec6124091adf7e2194a194de5fa65073c7f2b49a3c62bf2c8065c27
6
+ metadata.gz: 6cc11a670b45c6e46dce180ec4bfad852a71db13da14024d27705b3231e002de659fb1b4824c0d14d79bea7db30b6b41ac9310295a3271382d5b09df17b7bc7f
7
+ data.tar.gz: 44ad7a90a42d3c0b477efa6e64b8fa8ee64555b9d9d23e0f21bbf33ea4a5041bc52b1dc47d2a4d540d233c4c268587c3bc6fafc511e6c1da9affa3031bbb0323
@@ -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_index_path do %>
31
+ <%= link_to phcpresspro.frontend_articles 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_index_path %></h2>
36
+ <h2><%= link_to article_index.psttitle, phcpresspro.frontend_articles %></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.5"
2
+ VERSION = "5.7.6"
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.5
4
+ version: 5.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts