phcpresspro 5.7.2 → 5.7.3

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: 683274b05a3bedad55a7d9b97030653169dabc8b
4
- data.tar.gz: fffe9f4d333c11f2cd28d3841c9ee974608b1583
3
+ metadata.gz: e9b9b8274c0cba652ec4edfd40b1ce2e94f2ddfa
4
+ data.tar.gz: e985fe5e3abd17eae8dfc2130dcbfcce2da9a05b
5
5
  SHA512:
6
- metadata.gz: cb3d9fa83562271277807d0dcba494a228bec57369f41b10081d938b8588df78c4e511c04864c0cdf7feb39e6bc38c0c059974341d914930cfdc7aac15a13a23
7
- data.tar.gz: 2eff32f6d24eb5f28f13687cf208d2e3ba2f11e6981ba1152ed7d5c4c6185e21a3df0ff58537476db832e228f22b5923545a7310f557a175b38ead86c7f6753e
6
+ metadata.gz: 4052274c9ea3ff897e605782bbcd477dc3cbab93f6ec54805a4d27783b70a1719596f3ab6504abecb394f414b17c065c6534f48779b22ad58f1a97c6588011ba
7
+ data.tar.gz: 9be3b319d8954debef8611fb2adbbe688d72eda4e25863b32cafcc945510e5e84478f3f9cdda653638399eecf998059d2d17034c29a22f357b8f2ceb76741101
@@ -90,7 +90,7 @@
90
90
  </div>
91
91
  <div class="form-group">
92
92
  <%= f.label :psttext, "Text" %>
93
- <%= f.text_area :psttext, class: "summernote form-control" %>
93
+ <%= f.text_area :psttext, class: "articles_post_psttext form-control" %>
94
94
  </div>
95
95
  </div>
96
96
 
@@ -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_path do %>
31
+ <%= link_to phcpresspro.frontend_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_path %></h2>
36
+ <h2><%= link_to article_index.psttitle, phcpresspro.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.2"
2
+ VERSION = "5.7.3"
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.2
4
+ version: 5.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts