phcmemberspro 57.0.0 → 58.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/phcmemberspro/application.js +17 -2
  3. data/app/assets/stylesheets/phcmemberspro/application.scss +1 -1
  4. data/app/controllers/phcmemberspro/member/profiles_controller.rb +3 -2
  5. data/app/views/layouts/phcmemberspro/application.html.erb +2 -2
  6. data/app/views/layouts/phcmemberspro/application_full_width.html.erb +82 -0
  7. data/app/views/layouts/phcmemberspro/components/backend/navigation/_top_menu.html.erb +1 -1
  8. data/app/views/layouts/phcmemberspro/components/backend/sidebars/_side_menu.html.erb +1 -1
  9. data/app/views/phcmemberspro/directory/categories/_form.html.erb +11 -7
  10. data/app/views/phcmemberspro/directory/categories/edit.html.erb +11 -43
  11. data/app/views/phcmemberspro/directory/categories/index.html.erb +20 -49
  12. data/app/views/phcmemberspro/directory/categories/new.html.erb +11 -43
  13. data/app/views/phcmemberspro/member/addresses/_form.html.erb +23 -23
  14. data/app/views/phcmemberspro/member/addresses/edit.html.erb +11 -43
  15. data/app/views/phcmemberspro/member/addresses/index.html.erb +37 -66
  16. data/app/views/phcmemberspro/member/addresses/new.html.erb +11 -43
  17. data/app/views/phcmemberspro/member/listings/_form.html.erb +31 -36
  18. data/app/views/phcmemberspro/member/listings/edit.html.erb +11 -43
  19. data/app/views/phcmemberspro/member/listings/index.html.erb +41 -70
  20. data/app/views/phcmemberspro/member/listings/new.html.erb +11 -43
  21. data/app/views/phcmemberspro/member/profiles/_form.html.erb +20 -14
  22. data/app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb +1 -0
  23. data/app/views/phcmemberspro/member/profiles/components/{_profile_audits.html.erb → _profile_audits_table.html.erb} +0 -0
  24. data/app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb +29 -0
  25. data/app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb +1 -0
  26. data/app/views/phcmemberspro/member/profiles/edit.html.erb +11 -42
  27. data/app/views/phcmemberspro/member/profiles/index.html.erb +33 -62
  28. data/app/views/phcmemberspro/member/profiles/new.html.erb +11 -42
  29. data/app/views/phcmemberspro/member/profiles/show.html.erb +74 -27
  30. data/lib/phcmemberspro/version.rb +1 -1
  31. metadata +5 -4
  32. data/app/views/phcmemberspro/member/profiles/components/_profile_main.html.erb +0 -52
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "57.0.0"
2
+ VERSION = "58.0.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcmemberspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 57.0.0
4
+ version: 58.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-07 00:00:00.000000000 Z
11
+ date: 2018-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -586,6 +586,7 @@ files:
586
586
  - app/models/phcmemberspro/member/profile.rb
587
587
  - app/models/phcmemberspro/profile_versions.rb
588
588
  - app/views/layouts/phcmemberspro/application.html.erb
589
+ - app/views/layouts/phcmemberspro/application_full_width.html.erb
589
590
  - app/views/layouts/phcmemberspro/components/backend/footer/_footer.html.erb
590
591
  - app/views/layouts/phcmemberspro/components/backend/navigation/_top_menu.html.erb
591
592
  - app/views/layouts/phcmemberspro/components/backend/sidebars/_side_menu.html.erb
@@ -629,9 +630,9 @@ files:
629
630
  - app/views/phcmemberspro/member/listings/show.html.erb
630
631
  - app/views/phcmemberspro/member/profiles/_form.html.erb
631
632
  - app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
632
- - app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
633
+ - app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
634
+ - app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
633
635
  - app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
634
- - app/views/phcmemberspro/member/profiles/components/_profile_main.html.erb
635
636
  - app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
636
637
  - app/views/phcmemberspro/member/profiles/edit.html.erb
637
638
  - app/views/phcmemberspro/member/profiles/index.html.erb
@@ -1,52 +0,0 @@
1
- <div class="ibox">
2
- <div class="ibox-title">
3
- <h5><%= @member_profile.mfirstname + ' ' + @member_profile.mlastname %> Addresses</h5>
4
- <div class="ibox-tools">
5
- <a class="collapse-link">
6
- <i class="fa fa-chevron-up"></i>
7
- </a>
8
- <a class="close-link">
9
- <i class="fa fa-times"></i>
10
- </a>
11
- </div>
12
- </div>
13
- <div class="ibox-content">
14
- <%= render 'phcmemberspro/member/profiles/components/profile_addresses_table' %>
15
- <%= link_to "See All Addresses", phcmemberspro.member_profile_addresses_path(@member_profile), class: "btn btn-primary btn-xs" %>
16
- </div>
17
- </div>
18
-
19
- <div class="ibox">
20
- <div class="ibox-title">
21
- <h5><%= @member_profile.mfirstname + ' ' + @member_profile.mlastname %> Listings</h5>
22
- <div class="ibox-tools">
23
- <a class="collapse-link">
24
- <i class="fa fa-chevron-up"></i>
25
- </a>
26
- <a class="close-link">
27
- <i class="fa fa-times"></i>
28
- </a>
29
- </div>
30
- </div>
31
- <div class="ibox-content">
32
- <%= render 'phcmemberspro/member/profiles/components/profile_listings_table' %>
33
- <%= link_to "See All Listings", phcmemberspro.member_profile_listings_path(@member_profile), class: "btn btn-primary btn-xs" %>
34
- </div>
35
- </div>
36
-
37
- <div class="ibox">
38
- <div class="ibox-title">
39
- <h5><%= @member_profile.mfirstname + ' ' + @member_profile.mlastname %> Change Log</h5>
40
- <div class="ibox-tools">
41
- <a class="collapse-link">
42
- <i class="fa fa-chevron-up"></i>
43
- </a>
44
- <a class="close-link">
45
- <i class="fa fa-times"></i>
46
- </a>
47
- </div>
48
- </div>
49
- <div class="ibox-content">
50
- <%= render 'phcmemberspro/member/profiles/components/profile_audits' %>
51
- </div>
52
- </div>