phcpresspro 4.1.9 → 4.2.0

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: 34205d4ef7d043b25606391d53a3459e7e9d9e01
4
- data.tar.gz: d3315ffff71dc4d181496b2a1399dff948f3cdec
3
+ metadata.gz: 8d05c6014077e1a5513cba1b48a123a5631cb696
4
+ data.tar.gz: c35d553ba4210a91a79d2e4c4325abfa635b07fd
5
5
  SHA512:
6
- metadata.gz: f160f65157912bff4d78b7bd9bd5aa1a86081f9115ea5d788ed8e45cc9a569b1842ddd419c1ec2be456f1df3400c917f9664cab82587b1fbff62e1c011a68673
7
- data.tar.gz: 9dca3635fefb18428a018603eed8e02ea1fb49aad0821043c0f321d43f4613187940edf157c53e2f73c53d8aaf40f0805f808ef876177422a1632c97e5f918aa
6
+ metadata.gz: 1730dec9a42e1d437e667d63e0c07bbef1b8e55b917d54126bb7ae97553d235ec58ca231cf4437fc8a576a427b8ed5d0011448cf92cba298ed8e66074190f8e8
7
+ data.tar.gz: cb438fc9ff5adf4c3aaa6e2855cab314ce1f3354770ae673bd92db491995e7aa125648e802a8131e7cbb72cd91271af73e4eff1f534efcd56feb9efab6d69d98
@@ -11,6 +11,8 @@
11
11
  <table class="table table-bordered table-striped table-hover">
12
12
  <thead>
13
13
  <tr>
14
+ <th>Category</th>
15
+ <th>Posts</th>
14
16
  <th colspan="3"></th>
15
17
  </tr>
16
18
  </thead>
@@ -18,6 +20,8 @@
18
20
  <tbody>
19
21
  <% @modules_connections.each do |modules_connection| %>
20
22
  <tr>
23
+ <td>modules_connection.categories.catname</td>
24
+ <td>modules_connection.posts.psttitle</td>
21
25
  <td><%= link_to 'Show', modules_connection, class: "btn btn-primary btn-xs" %></td>
22
26
  <td><%= link_to 'Edit', edit_modules_connection_path(modules_connection), class: "btn btn-primary btn-xs" %></td>
23
27
  <td><%= link_to 'Destroy', modules_connection, class: "btn btn-primary btn-xs", method: :delete, data: { confirm: 'Are you sure?' } %></td>
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "4.1.9"
2
+ VERSION = "4.2.0"
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: 4.1.9
4
+ version: 4.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts