phcpresspro 5.11.1 → 5.11.2

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: 6c46ea2f506723e5757670c63f52355e54396eb8
4
- data.tar.gz: 3242562a9f61e2c75ecc2a7e2212b7ce197e7f19
3
+ metadata.gz: ffd1a9622ef5b820b5857015585c1918f133d2c4
4
+ data.tar.gz: fa61d57b7c965aeb039df5e3f0047b3d13c5553c
5
5
  SHA512:
6
- metadata.gz: b97cf7e043fbe721a47c40a1e4e0c1f3d816f38224588fd1a92bdd7a128ab804706cae3baef2774885c62929194248d61b149a2cd32386a0cfbb6f0fe2a98ffe
7
- data.tar.gz: 0aeaac36fb1a8a39637df3c98218d67776b4813276ac1f9446b1a183eb64398d464e62bb384cdc779b719f2bc6caa120049b48d36aa6bfeed2e560d4a3082884
6
+ metadata.gz: eeecffee45d30d2ad485456b1b1e583940e8466851b4488ac8a48e2937d936f58010f3b9a1111715a589b8e5feb52a560d8fd58192d901cbcb5dde3053651876
7
+ data.tar.gz: 10c7772e762fcae1ee4ad0ec1645ee57175c347b234e3ec8fb135127bcccc52ee793dc02a8bb33211e5b26ca7dc8a7301fa3856c018292ab158faa59ff783eb5
@@ -62,8 +62,8 @@
62
62
  <td><%= truncate(articles_post.psttext, :length => 80, :escape => false) %></td>
63
63
  <td><%= articles_post.pststatus %></td>
64
64
  <td><div class="btn-group" role="group" aria-label="Blog Articles">
65
- <%= link_to 'Edit', phcpresspro.edit_articles_post_path(articles_post), class: "btn btn-primary btn-xs" %>
66
- <%= link_to 'Trash', phcpresspro.articles_post, class: "btn btn-danger btn-xs", method: :delete, data: { confirm: 'Are you sure?' } %>
65
+ <%= link_to 'Edit', edit_articles_post_path(articles_post), class: "btn btn-primary btn-xs" %>
66
+ <%= link_to 'Trash', articles_post, class: "btn btn-danger btn-xs", method: :delete, data: { confirm: 'Are you sure?' } %>
67
67
  </div></td>
68
68
  </tr>
69
69
  <% end %>
@@ -58,9 +58,9 @@
58
58
  <tbody>
59
59
  <% @modules_connections.each do |modules_connection| %>
60
60
  <tr>
61
- <td><%= link_to modules_connection.category.catname, phcpresspro.modules_connection %></td>
62
- <td><%= link_to modules_connection.post.psttitle, phcpresspro.modules_connection %></td>
63
- <td><%= link_to 'Delete', phcpresspro.modules_connection, class: "btn btn-primary btn-xs", method: :delete, data: { confirm: 'Are you sure?' } %></td>
61
+ <td><%= link_to modules_connection.category.catname, modules_connection %></td>
62
+ <td><%= link_to modules_connection.post.psttitle, modules_connection %></td>
63
+ <td><%= link_to 'Delete', modules_connection, class: "btn btn-primary btn-xs", method: :delete, data: { confirm: 'Are you sure?' } %></td>
64
64
  </tr>
65
65
  <% end %>
66
66
  </tbody>
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "5.11.1"
2
+ VERSION = "5.11.2"
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.11.1
4
+ version: 5.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-13 00:00:00.000000000 Z
11
+ date: 2016-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails