phcmemberspro 6.8.11 → 6.8.12

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: 29002b60114817748a78122700268c467ea5b66d
4
- data.tar.gz: c1b5d2c9a8b594b88060ea6686612a4f1ee3b3b2
3
+ metadata.gz: 8ab3a1b9c238605eec6743d6766268d5f40fab55
4
+ data.tar.gz: 334f9a6c4d58b645e16bfd69c31f0e7bfbcf9780
5
5
  SHA512:
6
- metadata.gz: c7a4f387bee3d1817417c851f277b286fdcaea96400a34d070efbaf42a4888879f85bfb62fd3b190a2b45868db611b17b5772941e12ba5c5cc56f688ff4baec2
7
- data.tar.gz: 340fc5f5cfbb76614cb7b361a4e12cc2c7c6c51a6a9fa2bfdc72e153aafee0ddb47f257c46597ef4e1b4e212cba0b70698f3f41b7bf409385a7d6ae44a63c9f9
6
+ metadata.gz: 8ac53986cab3ed709aadd1ae7ccfc99b4375da2c23477b8635ec341ab7686b3c8a3ddc64ffed9cd3f48a8b35b075a51a8818e193d6e9ab74d2a66281cb3cb739
7
+ data.tar.gz: dc6cd3c62be983cc0ff79e0bdd536832eaf8b517f6520ff25d3314a1daabddb5738e1be0fbe20421fb99d7750d2d49cc9dc0b87889210deafba10279c0857e37
@@ -18,13 +18,13 @@ module Phcmemberspro
18
18
  # Show Directory Listing
19
19
  def show
20
20
  category = Directory::Category.find(params[:category_id])
21
- @directory_catlist = category.listings.find(params[:id])
21
+ @directory_listing = category.listings.find(params[:id])
22
22
  end
23
23
 
24
24
  # New Directory Listing
25
25
  def new
26
26
  category = Directory::Category.find(params[:category_id])
27
- @directory_catlist = category.listings.build
27
+ @directory_listing = category.listings.build
28
28
  end
29
29
 
30
30
  # Edit Directory Listing Action
@@ -29,7 +29,7 @@
29
29
  <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
30
30
  </div>
31
31
  <div class="actions">
32
- <%= link_to new_directory_listing_path, class: "btn blue-chambray btn-circle" do %>
32
+ <%= link_to new_directory_category_listing_path, class: "btn blue-chambray btn-circle" do %>
33
33
  <i class="fa fa-plus"></i> Create a New Directory Listing
34
34
  <% end %>
35
35
  </div>
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "6.8.11"
2
+ VERSION = "6.8.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcmemberspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.8.11
4
+ version: 6.8.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts