phcmemberspro 7.9.0 → 7.9.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: f3bd3b5009f02106c94af563ad957bd3c1793dd7
4
- data.tar.gz: 45b2109a5d2bbae201b2705495ea94ce0263de4b
3
+ metadata.gz: d60e1deec4418977676e642ee36d28adc0109d0d
4
+ data.tar.gz: 37448202e9d085d24330bb25fa5e6bdeaeccc1fb
5
5
  SHA512:
6
- metadata.gz: a15f27691fcd551c689064ca863197c5f793579d11cbfd5ce047495ee9dd3cd744a4d1581b692ee6ef56e8aa041f93257b87db5924cebc0865942b341025d54e
7
- data.tar.gz: 5ebd4223645ab434c487f685856aaf97f8fc4e2715eb33405ca4db58adb3d836c4fb2a322b6ce1df3265c76d19729851382a2b750d9f885284bb8d798612cf48
6
+ metadata.gz: f5deea928582e38beb5ba59d81cd16581045b082503141820f216f516c1e12e878cf294a19ba16f50c8985bd97161c866da6878ad1c32bc7b71995919da4c0ab
7
+ data.tar.gz: a7f9be77390bbdba73e14d21b8f5ef4c5100e56c685ccd299138b0470e1918ab59d9e3c3fc8aa3c234f83116c8da8b7a644f134becf1587791483fdb85f53fd6
@@ -8,16 +8,12 @@
8
8
  <span class="caption-subject font-blue-madison bold uppercase">Recent Listings for <%= @directory_category.catname %></span>
9
9
  </div>
10
10
  <div class="actions">
11
- <%= link_to directory_category_listings_path(@directory_category), class: "btn btn-circle blue-chambray" do %>
12
- <i class="fa fa-list-alt"></i> Listings
13
- <% end %>
14
11
  <%= link_to edit_directory_category_path, class: "btn btn-circle blue-chambray" do %>
15
12
  <i class="fa fa-pencil-square-o"></i> Update Category
16
13
  <% end %>
17
14
  <%= link_to directory_category_path, class: "btn btn-circle red-mint", method: :delete, data: { confirm: 'Are you sure? All listing connections will be removed.' } do %>
18
15
  <i class="fa fa-trash-o"></i> Delete Category
19
16
  <% end %>
20
-
21
17
  </div>
22
18
  </div>
23
19
  <div class="portlet-body">
@@ -38,6 +34,9 @@
38
34
  </div>
39
35
  <div class="portlet-body">
40
36
  <%= render 'phcmemberspro/directory/categories/components/category_audits' %>
37
+ <%= link_to directory_category_listings_path(@directory_category), class: "btn btn-circle blue-chambray" do %>
38
+ <i class="fa fa-list-alt"></i> Listings
39
+ <% end %>
41
40
  </div>
42
41
  </div>
43
42
  </div>
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "7.9.0"
2
+ VERSION = "7.9.1"
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: 7.9.0
4
+ version: 7.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts