phcpresspro 6.5.0 → 6.5.1

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: 338c87fd44eecce4a5e56a18991fbf1f23ce580d
4
- data.tar.gz: de4dc57e191124123b8c9fd8f147f58e8ca9919e
3
+ metadata.gz: 84b13b3070803e874d9d249c123637c1d301a065
4
+ data.tar.gz: 8a8064eccbb76829d7625838176059a054b961a3
5
5
  SHA512:
6
- metadata.gz: 6f0e23a5823dd095d42d560dd5bd3102a93ce539cc43bbd6144c6853fc5e409d1b068f77369c058a821f7b47eb50bb6c771252d3225fa7cf4e5c3ded673373eb
7
- data.tar.gz: b1d43199644e02c066c8b0aa1d7caab21c21ac26a6c490c4563ecc162538574f44a4d4c50290d49fdf178b1230b19f685b3912481dd6f3c005917e23f7e9377f
6
+ metadata.gz: cc7de080e5e6f2371ffd6bb3c0f08a82c9e2eaa3d026eaa5600f81db125ab9b2a658548fdea47121c2e7a3938411800bb119f1d8ea207fb00642bf2f031bd58a
7
+ data.tar.gz: 907eb02e1b391aacc23d235fc30486958e233d0758073efb5a415a7afa3645d80e60b8fa0eac7d1c523914a62b9ef5a1cdb9685e6b0e5d58224f1a55ddce2d79
@@ -48,9 +48,9 @@
48
48
  <table class="table table-striped table-bordered table-hover dataTables-example">
49
49
  <thead>
50
50
  <tr>
51
- <th>Title</th>
52
- <th>Text Preview</th>
53
- <th>Article Status</th>
51
+ <th>Post Headline</th>
52
+ <th>Post Preview</th>
53
+ <th>Post Status</th>
54
54
  <th></th>
55
55
  </tr>
56
56
  </thead>
@@ -61,8 +61,8 @@
61
61
  <td><%= truncate(articles_post.psttext, :length => 80, :escape => false) %></td>
62
62
  <td><%= articles_post.pststatus %></td>
63
63
  <td><div class="btn-group" role="group" aria-label="Blog Articles">
64
- <%= link_to 'Edit', edit_articles_post_path(articles_post), class: "btn btn-primary btn-xs" %>
65
- <%= link_to 'Trash', articles_post, class: "btn btn-danger btn-xs", method: :delete, data: { confirm: 'Are you sure?' } %>
64
+ <%= link_to 'Edit Post', edit_articles_post_path(articles_post), class: "btn btn-primary btn-xs" %>
65
+ <%= link_to 'Trash Post', articles_post, class: "btn btn-danger btn-xs", method: :delete, data: { confirm: 'Are you sure?' } %>
66
66
  </div></td>
67
67
  </tr>
68
68
  <% end %>
@@ -58,7 +58,7 @@
58
58
  <% @modules_categories.each do |modules_category| %>
59
59
  <tr>
60
60
  <td><%= link_to modules_category.catname, phcpresspro.edit_modules_category_path(modules_category) %></td>
61
- <td><%= link_to 'Trash', phcpresspro.modules_category, class: "btn btn-danger btn-xs", method: :delete, data: { confirm: 'Are you sure?' } %></td>
61
+ <td><%= link_to 'Trash', modules_category, class: "btn btn-danger btn-xs", method: :delete, data: { confirm: 'Are you sure?' } %></td>
62
62
  </tr>
63
63
  <% end %>
64
64
  </tbody>
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "6.5.0"
2
+ VERSION = "6.5.1"
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: 6.5.0
4
+ version: 6.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts