phcmemberspro 8.0.0 → 8.0.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: 388b73a0a1c4cac6edd9044830af826314069643
4
- data.tar.gz: e7e48eee0a3eaae7909d09bdff0f48b6fd829e23
3
+ metadata.gz: 4546c35590eba6bc621f7f837233aa387d63aac3
4
+ data.tar.gz: db002642b55dc6de359e7331fc2ef04cf261642b
5
5
  SHA512:
6
- metadata.gz: 4fff0dd7628d89baaa26bdb761ebdf05615846f439acd6eb6ed16e7ea24f3d1470e49407fc5a579bdba9d880c65d23c08aa77824a06add5077e2d0f54f827b96
7
- data.tar.gz: 1dc7e7bcdd4b356e737a63e844e94ed9ea69e827643ff405f6c3efd8f1f0319e69573df8ed2ebce45268366bb8ea6b05b7df45b9573522157c478c1470d54a41
6
+ metadata.gz: ac37b68058446cb2b79e0e718fb1d6e08faf6ff9a984cb66b3a886d60da52b6b058410bfa72cbc4b61e5471c3463341867f16054851bd7f24755c42a3a046945
7
+ data.tar.gz: 3c9808d300631fd959b7bb0466c6968ce72fdc5141491a42401f205721e3240bf2ed1af3003e8c8d8e4a005ea5180a755c24c3a870fe85d7f42e39100119e74c
@@ -19,7 +19,7 @@
19
19
  <div class="portlet-body">
20
20
  <%= render 'phcmemberspro/directory/categories/components/category_list' %>
21
21
  <%= link_to directory_category_listings_path(@directory_category), class: "btn blue-chambray" do %>
22
- <i class="fa fa-list-alt"></i> Listings
22
+ <i class="fa fa-list-alt"></i> All Listings for <%= @directory_category.catname %>
23
23
  <% end %>
24
24
  </div>
25
25
  </div>
@@ -8,7 +8,7 @@
8
8
  <span class="caption-subject font-blue-madison bold uppercase"></span>
9
9
  </div>
10
10
  <div class="actions">
11
- <%= link_to directory_category_listing_path, class: "btn btn-circle red-mint", method: :delete, data: { confirm: 'Are you sure? This will only remove the listing/business connection.' } do %>
11
+ <%= link_to directory_category_listing_path, class: "btn red-mint", method: :delete, data: { confirm: 'Are you sure? This will only remove the listing/business connection.' } do %>
12
12
  <i class="fa fa-trash-o"></i> Remove Listing/Business Connection
13
13
  <% end %>
14
14
  </div>
@@ -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_category_listing_path, class: "btn blue-chambray btn-circle" do %>
32
+ <%= link_to new_directory_category_listing_path, class: "btn blue-chambray" do %>
33
33
  <i class="fa fa-plus"></i> Create a New Directory Listing
34
34
  <% end %>
35
35
  </div>
@@ -8,10 +8,10 @@
8
8
  <span class="caption-subject font-blue-madison bold uppercase"><%= @members_main.mfirstname + ' ' + @members_main.mlastname + ' ' + @members_businesses.mbcompanyname %></span>
9
9
  </div>
10
10
  <div class="actions">
11
- <%= link_to edit_members_main_business_path, class: "btn btn-circle blue-chambray" do %>
11
+ <%= link_to edit_members_main_business_path, class: "btn blue-chambray" do %>
12
12
  <i class="fa fa-pencil-square-o"></i> Edit Business
13
13
  <% end %>
14
- <%= link_to members_main_business_path, class: "btn btn-circle red-mint", method: :delete, data: { confirm: 'Are you sure? All business data will be lost.' } do %>
14
+ <%= link_to members_main_business_path, class: "btn red-mint", method: :delete, data: { confirm: 'Are you sure? All business data will be lost.' } do %>
15
15
  <i class="fa fa-trash-o"></i> Delete Business
16
16
  <% end %>
17
17
  </div>
@@ -8,10 +8,10 @@
8
8
  <span class="caption-subject font-blue-madison bold uppercase"><%= @members_main.mfirstname + ' ' + @members_main.mlastname %> Address</span>
9
9
  </div>
10
10
  <div class="actions">
11
- <%= link_to edit_members_main_contact_path, class: "btn btn-circle blue-chambray" do %>
11
+ <%= link_to edit_members_main_contact_path, class: "btn blue-chambray" do %>
12
12
  <i class="fa fa-pencil-square-o"></i> Edit Address
13
13
  <% end %>
14
- <%= link_to members_main_contact_path, class: "btn btn-circle red-mint", method: :delete, data: { confirm: 'Are you sure you want to delete this address?' } do %>
14
+ <%= link_to members_main_contact_path, class: "btn red-mint", method: :delete, data: { confirm: 'Are you sure you want to delete this address?' } do %>
15
15
  <i class="fa fa-trash-o"></i> Delete Address
16
16
  <% end %>
17
17
  </div>
@@ -30,7 +30,7 @@
30
30
  <span class="caption-subject bold uppercase">Members Address List</span>
31
31
  </div>
32
32
  <div class="actions">
33
- <%= link_to new_members_main_contact_path, class: "btn blue-chambray btn-circle" do %>
33
+ <%= link_to new_members_main_contact_path, class: "btn blue-chambray" do %>
34
34
  <i class="fa fa-plus"></i> Add an Address for <%= @members_main.mfirstname + ' ' + @members_main.mlastname %>
35
35
  <% end %>
36
36
  </div>
@@ -29,7 +29,7 @@
29
29
  <span class="caption-subject bold uppercase">Main Members List</span>
30
30
  </div>
31
31
  <div class="actions">
32
- <%= link_to new_members_main_path, class: "btn blue-chambray btn-circle" do %>
32
+ <%= link_to new_members_main_path, class: "btn blue-chambray" do %>
33
33
  <i class="fa fa-plus"></i> Create a New Member
34
34
  <% end %>
35
35
  </div>
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "8.0.0"
2
+ VERSION = "8.0.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: 8.0.0
4
+ version: 8.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts